public class RainbowSettings
Stores settings for rainbow color scale.
Stores settings for rainbow color scale of the Dew.Math.Tee.ColorPalette.
Properties
| Name | Type | Description |
|---|---|---|
| BottomColor | BaseColor | Defines the bottom base Color. |
| BottomToMid | Boolean | Enables rainbow effect between bottom and mid color. |
| BottomToTop | Boolean | Enables rainbow effect between bottom and top color. |
| MiddleColor | BaseColor | Defines the mid base Color. |
| MidToTop | Boolean | Enables rainbow effect between mid and top color. |
| TopColor | BaseColor | Defines the top base Color. |
Methods
| Name | Description |
|---|---|
| ctor | |
| Reset | Resets the parameters for rainbow color palette. |