[]
        
(Showing Draft Content)

GrapeCity.Core.ColorTransform.Create

Create Method

Create(ColorTransformType, double)

Creates a ColorTransform value.

Declaration
public static ColorTransform Create(ColorTransformType type, double value)
Public Shared Function Create(type As ColorTransformType, value As Double) As ColorTransform
Parameters
Type Name Description
ColorTransformType type

The type of color transform.

double value

The value of color transform.

Returns
Type Description
ColorTransform

The new ColorTransform value.