class TRainbowSettings : public TPersistent;
Stores settings for rainbow color scale.
Stores settings for rainbow color scale of the TColorPalette type.
Constructors
| Name | Description |
|---|---|
| TRainbowSettings |
Properties
| Name | Type | Description |
|---|---|---|
| BottomColor | TBaseColor | Specifies the bottom base Color. |
| BottomToMid | bool | Enables rainbow effect between bottom and mid color. |
| BottomToTop | bool | Enables rainbow effect between bottom and top color. |
| MidColor | TBaseColor | Specifies the mid base Color. |
| MidToTop | bool | Enables rainbow effect between mid and top color. |
| OnUpdateColor | TNotifyEvent | Used internally to notify the owners of the object. |
| TopColor | TBaseColor | Specifies the top base Color. |
Methods
| Name | Description |
|---|---|
| GetBottomColor | |
| GetBottomToMid | |
| GetBottomToTop | |
| GetMidColor | |
| GetMidToTop | |
| GetOnUpdateColor | |
| GetTopColor | |
| Reset | Resets the parameters for rainbow color palette. |