[Overview][Procedures and functions][Index] Reference for unit 'colour_conv' (#Simba)

RGBToHSLNonFixed

Convert R, G, B to H, S, L.

Declaration

Source position: colour_conv.pas line 44

procedure RGBToHSLNonFixed(

  RR: Byte;

  GG: Byte;

  BB: Byte;

  out H: Extended;

  out S: Extended;

  out L: Extended

);

Description

This function does not multiply the returned H, S, L by 100.