Unit 'ImagingColors' Package
[Overview][Procedures and functions][Index] [#pl_vampyreimaging]

RGBToYUV

Declaration

Source position: ImagingColors.pas line 23

procedure RGBToYUV(

  R: Byte;

  G: Byte;

  B: Byte;

  var Y: Byte;

  var U: Byte;

  var V: Byte

);



CT Web help

CodeTyphon Studio