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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public LuminanceColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

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

    See Also