Navigation: Function Reference > User Script Functions > Color Functions

Color Functions

Top  Previous  Next

Most cell coloring operations can be handled from within the ScanExpert Viewer Grid. However, if you decide you need to make use of setCellBgColor() or setCellFgColor() in the User Script Functions section, there is a Color object and a number of associated methods that will help in that regard. These methods are described in this section.

 

Color.toRGB()

Color.green()

Color.blue()

Color.black()

Color.maroon()

Color.olive()

Color.navy()

Color.purple()

Color.teal()

Color.gray()

Color.silver()

Color.red()

Color.lime()

Color.yellow()

Color.fuchsia()

Color.aqua()

Color.ltGray()

Color.dkGray()

Color.white()