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

XYZToRGB

Convert X, Y, Z to R, G, B.

Declaration

Source position: colour_conv.pas line 42

procedure XYZToRGB(

  X: Extended;

  Y: Extended;

  Z: Extended;

  out R: Byte;

  out G: Byte;

  out B: Byte

);