'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.