|

Function:
Converts individual red, green, and blue
color component values (0-255) in text form to a composite RGB value
expressed as an integer
Input:
R, G and B
Red, Green and Blue components of a color as a decimal value (0 - 255) in text form
Outputs:
RGB
Composite RGB value of the color as an integer
Notes:
DH_TextToRGB supports 2-way
flow, i.e., it will propagate changes either left to right or right to
left.
|