W3cubDocs

/Deno

GPUColorDict

interface GPUColorDict {
a: number;
b: number;
g: number;
r: number;
}

Properties

a: number
b: number
g: number
r: number

© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUColorDict