Difference between revisions of "ObjectType:rgbptr"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
===Display a rgb pointers address===
 
===Display a rgb pointers address===
 
*echo Memory Address: ${Point1.Address}
 
*echo Memory Address: ${Point1.Address}
 +
 +
== Operates On ==
 +
<tt>_RGBCOLOR *</tt>
 +
 +
<small>See lstype.h</small>
  
 
== See Also ==
 
== See Also ==

Revision as of 22:04, 15 December 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

Display a rgb pointers address

  • echo Memory Address: ${Point1.Address}

Operates On

_RGBCOLOR *

See lstype.h

See Also