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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public HueModulationColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

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

    Remarks

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

    See Also