TemperatureCache

Creates a TemperatureCache for a color using color temperature theory.

The cache allows efficient calculation of complementary and analogous colors based on the given color. It operates using the HCT (Hue, Chroma, Tone) color model to determine colors with similar tone and chroma.

Return

A TemperatureCache instance for the specified color.

Parameters

baseColor

The color to find complementary and analogous colors for. The resulting colors will have the same tone and chroma as this color, with adjustments based on hue limits.