Spread WPF 18
GrapeCity.Core Namespace / ColorTransform Structure / Create Method
The type of color transform.
The value of color transform.


In This Topic
    Create Method (ColorTransform)
    In This Topic
    Creates a ColorTransform value.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal type As ColorTransformType, _
       ByVal value As Double _
    ) As ColorTransform
    'Usage
     
    Dim type As ColorTransformType
    Dim value As Double
    Dim value As ColorTransform
     
    value = ColorTransform.Create(type, value)
    public static ColorTransform Create( 
       ColorTransformType type,
       double value
    )

    Parameters

    type
    The type of color transform.
    value
    The value of color transform.

    Return Value

    The new ColorTransform value.
    See Also