This wiki is out of date, use the continuation of this wiki instead

Drawing z

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:55, 19 November 2007 (edit)
Sandman (Talk | contribs)
m
← Previous diff
Revision as of 23:56, 19 November 2007 (edit) (undo)
Sandman (Talk | contribs)
m
Next diff →
Line 3: Line 3:
==Definition== ==Definition==
-'''INT''' drawing_z ( <'''INT''' z> )+'''INT''' drawing_color ( <'''INT''' color> )
-Tells [[Fenix]] to draw the coming [[drawing]]s with a certain z value+Tells [[Fenix]] to draw the coming [[drawing]]s in a certain color.
- +
-In order to draw on a certain [[graphic]] again, [[drawing_map]]() can be used.+
== Parameters == == Parameters ==
{| {|
-| '''INT''' z || - The z value to be drawn on.+| '''INT''' z || - The color to be drawn in (see [[rgb]]()).
|} |}

Revision as of 23:56, 19 November 2007


Definition

INT drawing_color ( <INT color> )

Tells Fenix to draw the coming drawings in a certain color.

Parameters

INT z - The color to be drawn in (see rgb()).

Returns

INT : true


Drawing Functions
Delete_draw() • Draw_box() • Draw_circle() • Draw_curve() • Draw_fcircle() • Draw_line() • Draw_rect() • Drawing_alpha() • Drawing_color() • Drawing_map() • Drawing_stipple() • Drawing_z() • Move_draw() •
Personal tools