Skip to main content
All docs
V26.1
  • ShadeColorTransform(Single) Constructor

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

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ShadeColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The shade change. A value between 0 and 1.

    See Also