Images #
About #
GraffitiFadeLabel allows the display of gradated text within your window. This class provides a label which has a transparent background, and supports an unlimited amount of colors.
Enumerations #
Name |
Values |
|
This class exposes no enumerations. |
Constants #
Name |
Type |
Value |
kAlignCenter |
Integer |
1 |
kAlignLeft |
Integer |
0 |
kAlignRight |
Integer |
2 |
Events #
Definition |
Description |
|
This class does not expose any events. |
Methods #
Definition |
Description |
AddColor( NewColor as Color ) |
Adds a color to the display. |
RemoveAllColors() |
Remove all colors from the display. |
RemoveColor( Index as Integer ) |
Remove the specified color from the display. |
Properties #
Name |
Type |
Default Value |
Description |
Alignment |
Integer |
0 |
The alignment of the Text within the class’s area. |
Bold |
Boolean |
False |
Determines the weight of the displayed text. |
Border |
Boolean |
False |
Determines whether a border should be drawn around the outer edge of the label. |
BorderColor |
Color |
&c000000 |
The border color of the label. |
Colors() |
Color |
Nil |
The array of colors used in the display. |
Italic |
Boolean |
Fasle |
Determines whether the text is drawn italicized. |
Text |
String |
“GraffitiFadeLabel” |
The text used in the display. |
TextFont |
String |
“System” |
The font face used in the display. |
TextSize |
Integer |
0 |
The font size used for drawing the text in the display. |
Transparency |
Integer |
0 |
The transparency of the text in the display. 0-255 |
Underline |
Boolean |
False |
Determines whether the text is drawn with an underline. |
Examples #
There are currently no examples for this class.