gfxIFormats interface More...
import "gfxIFormats.idl";
Public Types | |
| enum | { RGB = 0 } |
RGB - duh... More... | |
| enum | { BGR = 1 } |
BGR - same as RGB except byteswaped. More... | |
| enum | { RGB_A1 = 2 } |
RGB_A1 - RGB image and 1-bit alpha mask. More... | |
| enum | { BGR_A1 = 3 } |
BGR_A1 - same as RGB_A1 except byteswaped. More... | |
| enum | { RGB_A8 = 4 } |
RGB_A8 - RGB image and 8-bit alpha image. More... | |
| enum | { BGR_A8 = 5 } |
BGR_A8 - same as RGB_A8 except byteswaped. More... | |
| enum | { RGBA = 6 } |
RGBA - packed RGBA image. More... | |
| enum | { BGRA = 7 } |
BGRA - packed RGBA image. More... | |
| enum | { PAL = 8 } |
PAL - Palette based image data, all opaque colors PRUint32 colormap[256]; PRUint8 pixels[width*height];. More... | |
| enum | { PAL_A1 = 9 } |
PAL_A1 - Palette based image data, with transparency PRUint32 colormap[256]; PRUint8 pixels[width*height];. More... | |
Public Attributes | |
| const gfx_format | RGB = 0 |
| RGB - duh... | |
| const gfx_format | BGR = 1 |
| BGR - same as RGB except byteswaped. | |
| const gfx_format | RGB_A1 = 2 |
| RGB_A1 - RGB image and 1-bit alpha mask. | |
| const gfx_format | BGR_A1 = 3 |
| BGR_A1 - same as RGB_A1 except byteswaped. | |
| const gfx_format | RGB_A8 = 4 |
| RGB_A8 - RGB image and 8-bit alpha image. | |
| const gfx_format | BGR_A8 = 5 |
| BGR_A8 - same as RGB_A8 except byteswaped. | |
| const gfx_format | RGBA = 6 |
| RGBA - packed RGBA image. | |
| const gfx_format | BGRA = 7 |
| BGRA - packed RGBA image. | |
| const gfx_format | PAL = 8 |
| PAL - Palette based image data, all opaque colors PRUint32 colormap[256]; PRUint8 pixels[width*height];. | |
| const gfx_format | PAL_A1 = 9 |
| PAL_A1 - Palette based image data, with transparency PRUint32 colormap[256]; PRUint8 pixels[width*height];. | |
gfxIFormats interface
| anonymous enum |
| anonymous enum |
| const gfx_format gfxIFormats::BGR = 1 |
BGR - same as RGB except byteswaped.
| const gfx_format gfxIFormats::BGR_A1 = 3 |
BGR_A1 - same as RGB_A1 except byteswaped.
| const gfx_format gfxIFormats::BGR_A8 = 5 |
BGR_A8 - same as RGB_A8 except byteswaped.
| const gfx_format gfxIFormats::BGRA = 7 |
BGRA - packed RGBA image.
| const gfx_format gfxIFormats::PAL = 8 |
PAL - Palette based image data, all opaque colors PRUint32 colormap[256]; PRUint8 pixels[width*height];.
| const gfx_format gfxIFormats::PAL_A1 = 9 |
PAL_A1 - Palette based image data, with transparency PRUint32 colormap[256]; PRUint8 pixels[width*height];.
| const gfx_format gfxIFormats::RGB = 0 |
RGB - duh...
| const gfx_format gfxIFormats::RGB_A1 = 2 |
RGB_A1 - RGB image and 1-bit alpha mask.
| const gfx_format gfxIFormats::RGB_A8 = 4 |
RGB_A8 - RGB image and 8-bit alpha image.
| const gfx_format gfxIFormats::RGBA = 6 |
RGBA - packed RGBA image.
1.7.1