Package-level declarations
Types
Functions
Link copied to clipboard
Creates a ColorSequence
by accepting a variable number of pairs, where each pair consists of a position (Double) and a color (T). The positions represent the normalized range [0.0, 1.0]
. The resulting ColorSequence
can be used for creating interpolated colors between the specified positions.
Link copied to clipboard
Defines a range between two colors by creating a sequence of colors that transition smoothly from the start color to the end color.
Link copied to clipboard