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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public RedModulationColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

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

    Remarks

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

    See Also