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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public HueColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The hue change. A value between 0 and 1.

    Remarks

    The property value ranges from 0 to 1, where 0 corresponds to 0 degrees and 1 corresponds to 360 degrees.

    See Also