Declaration ​
pascal
TColor32Gradient = class(TInterfacedPersistent, IStreamPersist)Description ​
TColor32Gradient maintains an ordered collection of TColor32GradientStop entries along a normalized offset domain
It calculates exact interpolated colors at arbitrary offsets (GetColorAt) and fills lookup tables (FillColorLookUpTable) for fast scanline rendering.