[]
Creates a ColorTransform value.
public static ColorTransform Create(ColorTransformType type, double value)
Public Shared Function Create(type As ColorTransformType, value As Double) As ColorTransform
| Type | Name | Description |
|---|---|---|
| ColorTransformType | type | The type of color transform. |
| double | value | The value of color transform. |
| Type | Description |
|---|---|
| ColorTransform | The new ColorTransform value. |