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

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

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public GreenColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The intensity of the green color component. A value between -1 and 1.

    See Also