# 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 |
| --- | :---: | :---: | --- |
| 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 |
| --- | :---: | :---: | --- |
| 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. |
| Rotation | Integer | (None) | The drawn angle of the displayed colors. |