Interface IColorStop
public interface IColorStop
Represents the color stop point for a gradient fill in a range or selection.
-
Method Summary
void
Deletes the represented object.
double
Gets the theme color of the represented object.
double
Gets the tint and shade of the represented object.
void
void
void
Sets the theme color of the represented object.
void
Sets the tint and shade of the represented object.
-
Method Details
-
-
setColor
void setColor(Color value)
-
getPosition
double getPosition()
-
setPosition
void setPosition(double value)
-
getThemeColor
Gets the theme color of the represented object.
-
setThemeColor
Sets the theme color of the represented object.
-
getTintAndShade
double getTintAndShade()
Gets the tint and shade of the represented object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
-
setTintAndShade
void setTintAndShade(double value)
Sets the tint and shade of the represented object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
-
delete
void delete()
Deletes the represented object.