ImageEn, unit iexOtherClasses

TIERFBPixelFormat


Declaration

TIERFBPixelFormat = (ierfbPalette256, ierfbRGB16, ierfbRGB32);


Description

Specifies the connection pixel format (this is not the framebuffer pixelformat, which is always 24 bit RGB).

Value Description
ierfbPalette256 256 colors palette
ierfbRGB16 RGB packed inside words of 16 bits
ierfbRGB32 RGB, 8 bit per channel. Last byte discarded