IGradientColorPoint
public interface IGradientColorPoint
Base interface for fill settings
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | Color |
setLocation(int value)
public abstract void setLocation(int value)
Gets or sets the location. Value range 0-4096.
Value: The location.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int |
setRawColor(RawColor value)
public abstract void setRawColor(RawColor value)
Gets or sets the color of the raw.
Value: The color of the raw.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RawColor |