FMX.Graphics.TGradientPoint
Delphi
TGradientPoint = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TGradientPoint : public System::Classes::TCollectionItem
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | FMX.Graphics |
Description
TGradientPoint represents an item in a collection of gradient points.
A TGradientPoint object holds information about the color and the offset of a specific point in a gradient. The points collectively determine the color transitions in a gradient. By default, TGradient has two color points.