Skip to main content
All docs
V26.1
  • AlphaModulationColorTransform.Clone() Method

    Creates a copy of the current AlphaModulationColorTransform object.

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public AlphaModulationColorTransform Clone()

    Returns

    Type Description
    AlphaModulationColorTransform

    A copy of the current instance.

    See Also