diff docs/html/sdlfillrect.html @ 181:e5bc29de3f0a

Updated from the SDL Documentation Project
author Sam Lantinga <slouken@libsdl.org>
date Fri, 14 Sep 2001 02:41:09 +0000
parents 55f1f1b3e27d
children 355632dca928
line wrap: on
line diff
--- a/docs/html/sdlfillrect.html	Thu Sep 13 16:41:03 2001 +0000
+++ b/docs/html/sdlfillrect.html	Fri Sep 14 02:41:09 2001 +0000
@@ -73,7 +73,7 @@
 ><DIV
 CLASS="REFNAMEDIV"
 ><A
-NAME="AEN1935"
+NAME="AEN1967"
 ></A
 ><H2
 >Name</H2
@@ -81,14 +81,14 @@
 ><DIV
 CLASS="REFSYNOPSISDIV"
 ><A
-NAME="AEN1938"
+NAME="AEN1970"
 ></A
 ><H2
 >Synopsis</H2
 ><DIV
 CLASS="FUNCSYNOPSIS"
 ><A
-NAME="AEN1939"
+NAME="AEN1971"
 ></A
 ><P
 ></P
@@ -112,7 +112,7 @@
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN1945"
+NAME="AEN1977"
 ></A
 ><H2
 >Description</H2
@@ -145,8 +145,13 @@
 <A
 HREF="sdlmaprgb.html"
 >SDL_MapRGB</A
+> or <A
+HREF="sdlmaprgba.html"
+>SDL_MapRGBA</A
 >
-function.</P
+functions. If the color value contains an alpha value then the
+destination is simply "filled" with that alpha information, no blending
+takes place.</P
 ><P
 >If there is a clip rectangle set on the destination (set via
 <A
@@ -159,12 +164,13 @@
 ><I
 >dstrect</I
 ></TT
-> rectangle.</P
+> rectangle and the dstrect rectangle
+will be modified to represent the area actually filled.</P
 ></DIV
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN1957"
+NAME="AEN1990"
 ></A
 ><H2
 >Return Value</H2
@@ -181,7 +187,7 @@
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN1962"
+NAME="AEN1995"
 ></A
 ><H2
 >See Also</H2
@@ -194,6 +200,13 @@
 ></A
 >,
 <A
+HREF="sdlmaprgb.html"
+><TT
+CLASS="FUNCTION"
+>SDL_MapRGBA</TT
+></A
+>,
+<A
 HREF="sdlblitsurface.html"
 ><TT
 CLASS="FUNCTION"