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

ColorToHSL

Convert win32 colour to H, S, L.

Declaration

Source position: colour_conv.pas line 46

procedure ColorToHSL(

  Col: Integer;

  out h: Extended;

  out s: Extended;

  out l: Extended

);