Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / SchemeColor Structure / Apply Method
The ColorTransform value to apply.


In This Topic
    Apply Method (SchemeColor)
    In This Topic
    Applies the specified ColorTransform value to this SchemeColor color.
    Syntax
    'Declaration
     
    
    Public Sub Apply( _
       ByVal colorTransform As ColorTransform _
    ) 
    'Usage
     
    
    Dim instance As SchemeColor
    Dim colorTransform As ColorTransform
     
    instance.Apply(colorTransform)
    public void Apply( 
       ColorTransform colorTransform
    )

    Parameters

    colorTransform
    The ColorTransform value to apply.
    See Also