IGradientColorPoint

public interface IGradientColorPoint

Base interface for fill settings

Methods

MethodDescription
getColor()Gets or sets the color.
getLocation()Gets or sets the location.
getMedianPointLocation()Gets or sets the median point location.
getRawColor()Gets or sets the color of the raw.
setColor(Color value)Gets or sets the color.
setLocation(int value)Gets or sets the location.
setMedianPointLocation(int value)Gets or sets the median point location.
setRawColor(RawColor value)Gets or sets the color of the raw.

getColor()

public abstract Color getColor()

Gets or sets the color.

Value: The color.

Returns: Color

getLocation()

public abstract int getLocation()

Gets or sets the location. Value range 0-4096.

Value: The location.

Returns: int

getMedianPointLocation()

public abstract int getMedianPointLocation()

Gets or sets the median point location. Value range 0-4096.

Value: The median point location.

Returns: int

getRawColor()

public abstract RawColor getRawColor()

Gets or sets the color of the raw.

Value: The color of the raw.

Returns: RawColor

setColor(Color value)

public abstract void setColor(Color value)

Gets or sets the color.

Value: The color.

Parameters:

ParameterTypeDescription
valueColor

setLocation(int value)

public abstract void setLocation(int value)

Gets or sets the location. Value range 0-4096.

Value: The location.

Parameters:

ParameterTypeDescription
valueint

setMedianPointLocation(int value)

public abstract void setMedianPointLocation(int value)

Gets or sets the median point location. Value range 0-4096.

Value: The median point location.

Parameters:

ParameterTypeDescription
valueint

setRawColor(RawColor value)

public abstract void setRawColor(RawColor value)

Gets or sets the color of the raw.

Value: The color of the raw.

Parameters:

ParameterTypeDescription
valueRawColor