UNPKG

three

Version:

JavaScript 3D library

14 lines (9 loc) 254 B
import { Color } from '../../../src/Three'; import { Pass } from './Pass'; export class ClearPass extends Pass { constructor( clearColor?: Color | string | number, clearAlpha?: number ); clearColor: Color | string | number; clearAlpha: number; }