49 VISUAL_OWN_COLORMAP = 64,
50 VISUAL_DOUBLE_BUFFER = 128,
52 VISUAL_NO_ACCEL = 512,
53 VISUAL_SWAP_COPY = 1024
85 FXPixel rpix[16][256];
86 FXPixel gpix[16][256];
87 FXPixel bpix[16][256];
90 void setuptruecolor();
91 void setupdirectcolor();
92 void setuppseudocolor();
93 void setupstaticcolor();
94 void setupgrayscale();
95 void setupstaticgray();
96 void setuppixmapmono();
98 void* setupgc(FXbool);
128 virtual void create();
131 virtual void detach();
134 virtual void destroy();
164 FXPixel getPixel(FXColor clr);
167 FXColor getColor(FXPixel pix);
170 void setMaxColors(FXuint maxcols);
176 virtual void save(
FXStream& store)
const;
FXuint getHint() const
Get hints.
Definition: FXVisual.h:146
void setFlags(FXuint flgs)
Change option flags.
Definition: FXVisual.h:137
A Bitmap is a rectangular array of pixels.
Definition: FXBitmap.h:55
FXuint getNumRed() const
Get number of reds.
Definition: FXVisual.h:155
Window is the base class for all widgets in FOX.
Definition: FXWindow.h:130
FXuint getNumBlue() const
Get number of blues.
Definition: FXVisual.h:161
FXuint getFlags() const
Get option flags.
Definition: FXVisual.h:140
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
Undetermined visual type.
Definition: FXVisual.h:110
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
FXuint getNumGreen() const
Get number of greens.
Definition: FXVisual.h:158
FXuchar getType() const
Get visual type.
Definition: FXVisual.h:122
Encapsulates server side resource.
Definition: FXId.h:34
Monochrome 1 bit/pixel.
Definition: FXVisual.h:111
Definition: FX4Splitter.h:28
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:42
GL Context.
Definition: FXGLContext.h:32
GLCanvas, an area drawn by another object.
Definition: FXGLCanvas.h:42
void setHint(FXuint hnt)
Change hints.
Definition: FXVisual.h:143
Visual describes pixel format of a drawable.
Definition: FXVisual.h:58
FXuint getNumColors() const
Get number of colors.
Definition: FXVisual.h:152
FXuint getMaxColors() const
Get maximum number of colors.
Definition: FXVisual.h:173
Window Device Context.
Definition: FXDCWindow.h:48
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
FXuint getDepth() const
Get depth, i.e. number of significant bits in color representation.
Definition: FXVisual.h:149
void * getVisual() const
Get visual or pixel format.
Definition: FXVisual.h:125
Gray scale color.
Definition: FXVisual.h:112