public interface IColorFormat
Represents the color of a one-color object, the color of an object with a gradient or patterned fill, or the pointer color.
-
Method Summary
double
Gets the luminosity of the specified object.
Gets a color that is mapped to the theme color scheme.
double
Gets the color of a color object as an index in the current color scheme.
void
Sets the luminosity of the specified object.
void
void
Sets a color that is mapped to the theme color scheme.
void
void
Sets the color of a color object as an index in the current color scheme.
-
Method Details
-
getBrightness
double getBrightness()
Gets the luminosity of the specified object.
-
setBrightness
void setBrightness(double value)
Sets the luminosity of the specified object.
-
getObjectThemeColor
Gets a color that is mapped to the theme color scheme.
-
setObjectThemeColor
Sets a color that is mapped to the theme color scheme.
-
-
-
getTintAndShade
double getTintAndShade()
Gets the color of a color object as an index in the current color scheme.
-
setTintAndShade
void setTintAndShade(double value)
Sets the color of a color object as an index in the current color scheme.
-
getColorType
Gets the color type.
-
setColorType
Sets the color type.