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

ColorToXYZ

Convert Win32 colour to X, Y, Z.

Declaration

Source position: colour_conv.pas line 47

procedure ColorToXYZ(

  color: Integer;

  out X: Extended;

  out Y: Extended;

  out Z: Extended

);