Note that native @thi.ng/color treat any numbers as packed integers.
Our functions treats numbers from 0 to 255 as ANSI colors.
If you want to use functionality from @thi.ng with ANSI colors, convert
them first by using rgb. This converts them to vectors readable by the @thi.ng universe.
A value that might be able to be interpreted as a color.
This includes:
@this.ng/colorsupports, so almost any CSS notation)@thi.ng/colorinstances)Note that native
@thi.ng/colortreat any numbers as packed integers. Our functions treats numbers from 0 to 255 as ANSI colors.If you want to use functionality from
@thi.ngwith ANSI colors, convert them first by using rgb. This converts them to vectors readable by the@thi.nguniverse.