This method creates a new color
the new created color id
This method duplicates a color by the id
id of the duplicated color
the id of a specific color
This method returns the list of colors
list of all colors
This method returns a color by id
color properties for given id
the id of a specific color
This method changes positions of colors
the position of the colors
the list of color IDs
This method removes a color
the id of a specific color
This method renames a color
the id of a specific color
the new name of the color
This method updates a color
the id of a specific color
the new color properties
Generated using TypeDoc
The ColorStyleController is responsible for all communication regarding color styles. Methods inside this controller can be called by
window.SDK.colorStyle.{method-name}