Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Fl_PixelFormat Class Reference

Fl_PixelFormat, Everything in the pixel format structure is read-only. More...

#include <Fl_Renderer.h>

List of all members.

Public Methods

 Fl_PixelFormat ()
 ~Fl_PixelFormat ()
void init (int bits_pp, uint32 Rmask, uint32 Gmask, uint32 Bmask, uint32 Amask)
void realloc (int bits_pp, uint32 Rmask, uint32 Gmask, uint32 Bmask, uint32 Amask)
void copy (Fl_PixelFormat *fmt)
uint32 map_rgb (uint8 r, uint8 g, uint8 b)
uint32 map_rgba (uint8 r, uint8 g, uint8 b, uint8 a)
void get_rgb (uint32 pixel, uint8 &r, uint8 &g, uint8 &b)
void get_rgba (uint32 pixel, uint8 &r, uint8 &g, uint8 &b, uint8 &a)
void invalidate_map ()
bool map_this (Fl_PixelFormat *dstfmt)

Public Attributes

Fl_Colormappalette
uint8 bitspp
uint8 bytespp
uint8 Rloss
uint8 Rshift
uint8 Gloss
uint8 Gshift
uint8 Bloss
uint8 Bshift
uint8 Aloss
uint8 Ashift
uint32 Rmask
uint32 Gmask
uint32 Bmask
uint32 Amask
uint32 colorkey
uint8 alpha
int masktype
Fl_PixelFormat * dst
uint8 * table
int format_version
bool identity


Detailed Description

Fl_PixelFormat, Everything in the pixel format structure is read-only.

Definition at line 73 of file Fl_Renderer.h.


The documentation for this class was generated from the following file:
Generated on Thu Jul 31 15:33:51 2003 for eFLTK by doxygen1.2.15