SilverScreen Solid Modeler

Color variables

Color variables

Previous topic Next topic  

Color variables

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

Color Variables

 


The 'color_' style variables (i.e. color_black) are indexes into a standard color palette that has been super-ceded by the use of RGB values. The SILVER_COLORS members are RGB triples and represent a more modern approach. Developers are encouraged to use SILVER_COLORS wherever possible.

 

 


Type

Name

Description

int

color_black

black color number

int

color_blue

blue color number

int

color_brown

brown color number

int

color_cyan

cyan color number

int

color_gray

gray color number

int

color_green

green color number

int

color_light_blue

light blue color number

int

color_light_cyan

light cyan color number

int

color_light_gray

light gray color number

int

color_light_green

light green color number

int

color_light_red

light red color number

int

color_magenta

magenta color number

int

color_red

red color number

int

color_violet

violet color number

int

color_white

white color number

int

color_yellow

yellow color number

 

 

 

COLORS

SILVER_COLORS

A structure containing RGB values that are named conveniently.