Source position: picasso96api.pas line 56
type RGBFTYPE = ( |
RGBFB_NONE, |
RGBFB_CLUT, |
RGBFB_R8G8B8, |
RGBFB_B8G8R8, |
RGBFB_R5G6B5PC, |
RGBFB_R5G5B5PC, |
RGBFB_A8R8G8B8, |
RGBFB_A8B8G8R8, |
RGBFB_R8G8B8A8, |
RGBFB_B8G8R8A8, |
RGBFB_R5G6B5, |
RGBFB_R5G5B5, |
RGBFB_B5G6R5PC, |
RGBFB_B5G5R5PC, |
RGBFB_Y4U2V2, |
RGBFB_Y4U1V1, |
RGBFB_MaxFormats |
); |