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

XYZToColor

Convert X, Y, Z to win32 colour.

Declaration

Source position: colour_conv.pas line 48

function XYZToColor(

  X: Extended;

  Y: Extended;

  Z: Extended

):TColor;