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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public BlueOffsetColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The offset to be applied to the blue component. A value between -1.0 and 1.0.

    Remarks

    The value parameter should range from -1.0 to 1.0, where negative values decrease the blue component and positive values increase it.

    See Also