# GraffitiFadeLabel
Class Inherits GraffitiSuite.BaseCanvas
## 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.
## Preview


Previous
Next
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Desktop
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Constants
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| kAlignCenter | Double | 1 | Center alignment. |
| kAlignLeft | Double | 0 | Left alignment. |
| kAlignRight | Double | 2 | Right alignment. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Sub | AddColor | (None) | Adds a color to the display. |
| Sub | RemoveAllColors | (None) | Remove all colors from the display. |
| Sub | RemoveColor | (None) | Remove the specified color from the display. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Alignment | Integer | Nil | The alignment of the Text within the class’s area. |
| BackgroundColor | Color | Nil | Background color to draw behind text. |
| Bold | Boolean | Nil | Determines the weight of the displayed text. |
| Border | Boolean | Nil | Determines whether a border should be drawn around the outer edge of the label. |
| BorderColor | Color | Nil | The border color of the label. |
| Colors() | Color | Nil | The array of colors used in the display. |
| Italic | Boolean | Nil | Determines whether the text is drawn italicized. |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | Nil | |
| Text | String | Nil | The text used in the display. |
| TextFont | String | Nil | The font face used in the display. |
| TextSize | Integer | Nil | The font size used for drawing the text in the display. |
| Transparency | Integer | Nil | The transparency of the text in the display. 0-255 |
| Underline | Boolean | Nil | Determines whether the text is drawn with an underline. |