EvColorFill Interface
The EvColorFill TS interface defines a blueprint of a JS object that specifies the color of a solid color fill.
Properties
An EvColorFill object has the following properties:
color: string;A string, an RGB color value represented as a hex triplet in the following format:
#rrggbb.
Examples
{
color: "#B3282E"
}
19 March 2025