TRainbowSettings Class

Header: Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only
TPersistentTRainbowSettings

class TRainbowSettings : public TPersistent;

Stores settings for rainbow color scale.

Stores settings for rainbow color scale of the TColorPalette type.

Constructors

NameDescription
TRainbowSettings

Properties

NameTypeDescription
BottomColorTBaseColorSpecifies the bottom base Color.
BottomToMidboolEnables rainbow effect between bottom and mid color.
BottomToTopboolEnables rainbow effect between bottom and top color.
MidColorTBaseColorSpecifies the mid base Color.
MidToTopboolEnables rainbow effect between mid and top color.
OnUpdateColorTNotifyEventUsed internally to notify the owners of the object.
TopColorTBaseColorSpecifies the top base Color.

Methods

NameDescription
GetBottomColor
GetBottomToMid
GetBottomToTop
GetMidColor
GetMidToTop
GetOnUpdateColor
GetTopColor
ResetResets the parameters for rainbow color palette.