Unit 'FPColorSpace' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-image]

TYCbCrHelper.ToStdRGBA

Declaration

Source position: fpcolorspace.pas line 410

function TYCbCrHelper.ToStdRGBA(

  const AStd: TYCbCrSTD = YCbCr_601;

  ASamplePrecision: Single = 0.5

):TStdRGBA; overload;

function TYCbCrHelper.ToStdRGBA(

  LumaRed: Single = 0.299;

  LumaGreen: Single = 0.587;

  LumaBlue: Single = 0.114;

  ASamplePrecision: Single = 0.5

):TStdRGBA; overload;


Documentation generated on: 2025-07-25