Difference between revisions of "ObjectType:rgbptr"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
A [[DataType:rgbptr|rgbptr]] is simply a <tt>pointer</tt> to an [[DataType:rgb|rgb]].  The type inherits [[DataType:rgb|rgb]], and can be used as if it ''were'' an [[DataType:rgb|rgb]].
+
An [[DataType:rgbptr|rgbptr]] is simply a <tt>pointer</tt> to an [[DataType:rgb|rgb]].  The type inherits [[DataType:rgb|rgb]], and can be used as if it ''were'' an [[DataType:rgb|rgb]].
  
 
== Members ==
 
== Members ==

Revision as of 18:41, 12 March 2005

Description

An rgbptr is simply a pointer to an rgb. The type inherits rgb, and can be used as if it were an rgb.

Members

  • int Address: The memory address of the actual rgb

Methods

(none)

Inherits

Returns

A hexadecimal value representing the color, in the form rrggbb. For example, "ff0000" is full red.

Examples

See Also