Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_chart/deps.ts>SkColor

A graph library for deno. Inspired by Chart.js. A simpler implementation for basic bar graphs that save to an image.
Latest
type alias SkColor
import { type SkColor } from "https://deno.land/x/deno_chart@1.1.0/deps.ts";

An SkColor is represented by 4 floats, typically with values between 0 and 1.0. In order, the floats correspond to red, green, blue, alpha.

definition: Float32Array