ColorRangeHsl.ColorRangeHsl

ColorRangeHsl()

Initializes a new instance of the ColorRangeHsl class.

public ColorRangeHsl()

See Also


ColorRangeHsl(byte[])

Initializes a new instance of the ColorRangeHsl class.

public ColorRangeHsl(byte[] data)
ParameterTypeDescription
dataByte[]The color range data.

Exceptions

exceptioncondition
PsdImageArgumentExceptionExpected length of " + this.GetType() + " is 14

See Also