Skip to main content
All docs
V25.2
  • OfficeColor(ScRgbColor) Constructor

    Initializes a new instance of the OfficeColor class with specified settings.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v25.2.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public OfficeColor(
        ScRgbColor scRgb
    )

    Parameters

    Name Type Description
    scRgb ScRgbColor

    An ScRgbColor value that specifies the scRGB (extended RGB) color.

    See Also