Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / SchemeColor Structure / GetColorTransform Method
type color transform


In This Topic
    GetColorTransform Method
    In This Topic
    Get color transform of this color.
    Syntax
    'Declaration
     
    
    Public Function GetColorTransform( _
       ByVal type As ColorTransformType _
    ) As ColorTransform
    'Usage
     
    
    Dim instance As SchemeColor
    Dim type As ColorTransformType
    Dim value As ColorTransform
     
    value = instance.GetColorTransform(type)
    public ColorTransform GetColorTransform( 
       ColorTransformType type
    )

    Parameters

    type
    type color transform

    Return Value

    color transform of this color
    See Also