Declaration ​
pascal
TColor32LookupTable = class(TPersistent)Description ​
TColor32LookupTable provides high-performance color table lookup capabilities for gradient rendering.
The size of the table is determined by the Order property, where Size = 2^Order (for example, Order = 8 yields 256 colors; default Order = 9 yields 512 colors). Fast bitwise index wrapping is achieved using Mask = Size - 1.