Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Retrieves the draw color of various elements in Shogun in Shogun Post, as defined in the Preferences.

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths16%, 11%, 13%, 60%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

integer array

Scroll pagebreak

Examples

Code Block
languagetext
// Get the various element draw colors.

...


int $color[];
  

...


$color = `getColor "default"`;

...


print $color;

...


$color = `getColor "selected"`;

...


print $color;

...


$color = `getColor "primarySelected"`;

...


print $color;

...


$color = `getColor "markerLines"`;

...


print $color;