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

RGBToXYZ

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

Declaration

Source position: colour_conv.pas line 41

procedure RGBToXYZ(

  R: Byte;

  G: Byte;

  B: Byte;

  out x: Extended;

  out y: Extended;

  out z: Extended

);