# GraffitiFadePanel
Class Inherits GraffitiSuite.BaseCanvas
## About
GraffitiFadePanel provides you with the ability to display gradated areas within your windows. This class supports a nearly unlimited amount of colors, as well as gradient rotation.
## 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 |
| --- | :---: | :---: | --- |
| 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. |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Rotation | Integer | Nil | The drawn angle of the displayed colors. |