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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public BlueModulationColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The blue modulation factor. The value should range from 0 to 1.

    Remarks

    The property value should range from 0 to 1, where 0 means that the blue channel is fully off, and 1 means that the blue channel is not changed.

    See Also