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 ansiRgb. 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/color
supports, so almost any CSS notation)@thi.ng/color
instances)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 ansiRgb. This converts them to vectors readable by the@thi.ng
universe.