This function converts an RGB value to the hexadecimal numbering system.
Arguments
- R
A int
that is between 0 and 255 for the Red value.
- G
A int
that is between 0 and 255 for the Green value.
- B
A int
that is between 0 and 255 for the Blue value.
- pound
A bool
that indicates whether a pound sign should be
prepended to the hexadecimal.
Value
A string
containing the hexadecimal information.