deno / latest / ~ / gpucolordict.html

GPUColorDict

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

Properties

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

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