var instance = new GC.Spread.Sheets.ColorScheme(name, background1, background2, text1, text2, accent1, accent2, accent3, accent4, accent5, accent6, link, followedLink); var value; // Type: string value = instance.getColor(name);
function getColor( name : string ) : string;
Parameters
- name
- The theme color name.
Return Value
The theme color.