ScRgbColor(Double, Double, Double) Constructor
Initializes a new instance of the ScRgbColor class with specified settings.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| scR | Double | The red component of the color. |
| scG | Double | The green component of the color. |
| scB | Double | The blue component of the color. |
See Also