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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public GreenModulationColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The green modulation factor. A value between 0 and 1.

    Remarks

    A value between 0 and 1, where 0 makes the green channel fully off, and 1 leaves it unchanged.

    See Also