Skip to main content
All docs
V26.1
  • 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

    public ScRgbColor(
        double scR,
        double scG,
        double scB
    )

    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