FrameTypeInfoArray::createRGBArray Method

Creates an array filled with RGB frame types.
Syntax:
static FrameTypeInfoArray createRGBArray();
Remarks:

This function inserts the following frame types into the array:

  • RGB32
  • RGB24
  • RGB565
  • RGB555
  • RGB8
See also: FrameTypeInfoArray, FrameTypeInfoArray::createStandardTypesArray, FrameTypeInfoArray::createOptimalTypesArray

<< FrameTypeInfoArray