[Overview][Procedures and functions][Index] |
Convert R, G, B to H, S, L.
Source position: colour_conv.pas line 44
procedure RGBToHSLNonFixed( |
RR: Byte; |
GG: Byte; |
BB: Byte; |
out H: Extended; |
out S: Extended; |
out L: Extended |
); |
This function does not multiply the returned H, S, L by 100.