ConvertImageYuv420pToRGBC typedef

ConvertImageYuv420pToRGBC = Pointer<Uint32> Function(Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Int32, Int32, Int32, Int32, Double, Uint32, Bool, Bool)

Implementation

typedef ConvertImageYuv420pToRGBC = Pointer<Uint32> Function(
  Pointer<Uint8>,
  Pointer<Uint8>,
  Pointer<Uint8>,
  Int32,
  Int32,
  Int32,
  Int32,
  Double,
  Uint32,
  Bool,
  Bool,
);