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

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

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public SaturationColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The saturation change. A value between 0 and 1.

    See Also