# 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 |
| --- | :---: | :---: | --- |
| AddColor | c as Color | (None) | Adds a color to the display. |
| RemoveAllColors | (None) | (None) | Remove all colors from the display. |
| RemoveColor | Index as Integer | (None) | Remove the specified color from the display. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Alignment | Integer | (None) | The alignment of the Text within the class’s area. |
| BackgroundColor | Color | (None) | Background color to draw behind text. |
| Bold | Boolean | (None) | Determines the weight of the displayed text. |
| Border | Boolean | (None) | Determines whether a border should be drawn around the outer edge of the label. |
| BorderColor | Color | (None) | The border color of the label. |
| Colors() | Color | (None) | The array of colors used in the display. |
| Italic | Boolean | (None) | Determines whether the text is drawn italicized. |
| Text | String | (None) | The text used in the display. |
| TextFont | String | (None) | The font face used in the display. |
| TextSize | Integer | (None) | The font size used for drawing the text in the display. |
| Transparency | Integer | (None) | The transparency of the text in the display. 0-255 |
| Underline | Boolean | (None) | Determines whether the text is drawn with an underline. |