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

RGBToHSL

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

Declaration

Source position: colour_conv.pas line 43

procedure RGBToHSL(

  RR: Byte;

  GG: Byte;

  BB: Byte;

  out H: Extended;

  out S: Extended;

  out L: Extended

);

Description

This function multiplies the H, S, L values returned by 100.