public interface IColorStop
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the represented object.
|
Color |
getColor()
Gets the
Color of the represented IColorStop. |
double |
getPosition()
Gets the position of the
IColorStop. |
ThemeColor |
getThemeColor()
Gets the theme color of the represented object.
|
double |
getTintAndShade()
Gets the tint and shade of the represented object.
|
void |
setColor(Color value)
Sets the
Color of the represented IColorStop. |
void |
setPosition(double value)
Sets the position of the
IColorStop. |
void |
setThemeColor(ThemeColor value)
Sets the theme color of the represented object.
|
void |
setTintAndShade(double value)
Sets the tint and shade of the represented object.
|
Color getColor()
Color of the represented IColorStop.void setColor(Color value)
Color of the represented IColorStop.double getPosition()
IColorStop.void setPosition(double value)
IColorStop.ThemeColor getThemeColor()
void setThemeColor(ThemeColor value)
double getTintAndShade()
void setTintAndShade(double value)
void delete()