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

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

    Namespace: DevExpress.Docs

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

    Declaration

    public AlphaModulationColorTransform(
        float value
    )

    Parameters

    Name Type Description
    value Single

    The alpha modulation factor. The value is in the range from 0 to 1.

    Remarks

    A value between 0 and 1, where 0 makes the alpha channel fully transparent, and 1 leaves it unchanged.

    See Also