UNPKG

lamina

Version:

🍰 An extensable, layer based shader material for ThreeJS.

9 lines (8 loc) 261 B
import { ColorProps } from '../../types'; import Abstract from './Abstract'; export default class Color extends Abstract { static u_color: string; static u_alpha: number; static fragmentShader: string; constructor(props?: ColorProps); }