Description Usage Arguments Value Author(s) See Also Examples
A graphical user interface (GUI) for selecting a color.
1 | ChooseColor(col, parent = NULL)
|
col |
character. Initial color, see ‘Value’ section |
parent |
tkwin. GUI parent window |
Returns a selected color in terms of its RGB
components,
a string of the form "#RRGGBB"
where each of the pairs
RR
, GG
, BB
consist of two hexadecimal digits
giving a value in the range 00
to FF
.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 | ## Not run:
ChooseColor(col = "#669933")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.