Updated RgbColor object API (markdown)

Michael Miller
2016-03-06 09:46:15 -08:00
parent ca86b3c850
commit a70400676e

@@ -16,6 +16,8 @@ Constructs a RgbColor using Red, Green, and Blue color component values.
Constructs a RgbColor using a single brightness value(0 - 255). This works well for creating gray tone colors.
(0) = black, (255) = white, (128) = gray
### RgbColor(HtmlColor color);
Construct a RgbColor using HtmlColor, converting the Html single value to Rgb component values
### RgbColor(HslColor color);
Construct a RgbColor using HslColor, converting the Hsl to Rgb