rgb24(): string
Set text color using 24bit rgb.
color
can be a number in range 0x000000
to 0xffffff
or
an Rgb
.
The text with 24bit rgb color
rgb24(): string
Set text color using 24bit rgb.
color
can be a number in range 0x000000
to 0xffffff
or
an Rgb
.
The text with 24bit rgb color
Add Package
deno add jsr:@std/fmt
Import symbol
import { rgb24 } from "@std/fmt/colors";
---- OR ----
Import directly with a jsr specifier
import { rgb24 } from "jsr:@std/fmt/colors";
Add Package
npx jsr add @std/fmt
Import symbol
import { rgb24 } from "@std/fmt/colors";
Add Package
yarn dlx jsr add @std/fmt
Import symbol
import { rgb24 } from "@std/fmt/colors";
Add Package
pnpm dlx jsr add @std/fmt
Import symbol
import { rgb24 } from "@std/fmt/colors";
Add Package
bunx jsr add @std/fmt
Import symbol
import { rgb24 } from "@std/fmt/colors";