Converts RGB values to hex string, for instance, (255, 255, 255) to
#FFFFFF.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | r |
Red. |
||
| integer, | intent(in) | :: | g |
Green. |
||
| integer, | intent(in) | :: | b |
Blue. |
||
| character(len=7), | intent(out) | :: | hex |
Hex string. |