From a721b4ad00eb6bfa5483d62ed2461f15ca94a407 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 15 Jan 2002 02:17:19 +0000 Subject: Doco and makefile updates from SGI. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/drawing.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation/drawing.html') diff --git a/documentation/drawing.html b/documentation/drawing.html index dee747871..5b40b9d83 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -74,7 +74,8 @@ transformation matrix.

In addition, the system may provide clipping when updating windows which may be more complex than a simple rectangle.

-

void fl_push_clip(int x, int y, int w, int h)

+

void fl_push_clip(int x, int y, int w, int h)
+void fl_clip(int x, int y, int w, int h)

Intersect the current clip region with a rectangle and push this new region onto the stack. @@ -141,10 +142,10 @@ values. These are mapped to the closest color supported by the screen, either from one of the 256 colors in the FLTK 1.0.x colormap or a direct RGB value on TrueColor screens. You can generate 24-bit RGB color values using the fl_rgb_color() +HREF="enumerations.html#fl_rgb_color">fl_rgb_color() function. -

void fl_color(Fl_Color)

+

void fl_color(Fl_Color)

Sets the color for all subsequent drawing operations. @@ -685,7 +686,7 @@ fl_draw_pixmap(foo, X, Y);

Transparent colors are replaced by the optional Fl_Color argument. To draw with true transparency you must -use the Fl_Pixmap class. +use the Fl_Pixmap class.

int fl_measure_pixmap(char **data, int &w, int &h)

-- cgit v1.2.3