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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public SaturationModulationColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

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

    Remarks

    A value between 0 and 1, where 0 means that the saturation is fully disabled, and 1 means that the saturation is not changed.

    See Also