Class | Description |
---|---|
AbstractBitmap |
Parent class for all icon bitmaps, indexed or RGB.
|
AbstractBitmapIndexed |
Parent class for indexed bitmaps (1, 4, and 8 bits per pixel).
|
AbstractBitmapRGB |
Parent class for RGB (16, 24, and 32 bits per pixel) bitmaps.
|
BitmapDescriptor |
ICO file entry descriptor.
|
BitmapHeader |
Icon header.
|
BitmapIndexed1BPP |
Bitmap with 2 color palette (black and white icon).
|
BitmapIndexed4BPP |
Bitmap with 16 color palette (4 bits per sample).
|
BitmapIndexed8BPP |
Bitmap with 256 color palette (8 bits per sample).
|
BitmapMask |
Transparency mask, which is a 1 Bit per pixel information whether a pixel is
transparent (1) or opaque (0).
|
BitmapRGB24BPP |
RGB bitmap with 8 bits per color (24 bits per sample).
|
BitmapRGB32BPP |
ARGB bitmap with 8 bits per color (32 bits per sample).
|
ICOFile |
ICO file with one or more embedded bitmaps representing icons in various
resolutions.
|
TypeCompression |
Enumeration class for bitmap compression types.
|
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)