...
Retrieves the draw color of various elements in Shogun in Shogun Post, as defined in the Preferences.
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
integer array
Scroll pagebreak |
---|
Examples
...
// 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;