UNPKG

@thi.ng/shader-ast-stdlib

Version:

Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast

8 lines 276 B
import type { Vec3Term } from "@thi.ng/shader-ast"; /** * Inline function. Computes luminance of given RGB color * * @param rgb - */ export declare const luminanceRGB: (rgb: Vec3Term) => import("@thi.ng/shader-ast").FnCall<"float">; //# sourceMappingURL=luminance.d.ts.map