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

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

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public RedColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The intensity of the red color component. A value between -1 and 1.

    See Also