DataType:rgbptr
From Lavish Software Wiki
Contents |
[edit]
Description
An rgbptr is simply a pointer to an rgb. The type inherits rgb, and can be used as if it were an rgb.
[edit]
Members
- int Address: The memory address of the actual rgb
[edit]
Methods
(none)
[edit]
Inherits
[edit]
Returns
A hexadecimal value representing the color, in the form rrggbb. For example, "ff0000" is full red.
[edit]
Examples
[edit]
Display a rgb pointers address
- echo Memory Address: ${Point1.Address}
[edit]
Operates On
_RGBCOLOR *
See lstype.h
[edit]
