UNPKG

@mesmotronic/three-retropass

Version:

RetroPass applies a retro aesthetic to your Three.js project, emulating the visual style of classic 8-bit and 16-bit games

7 lines (6 loc) 236 B
import { ColorCount } from '../models/ColorCount'; import * as THREE from 'three'; /** * Creates a color palette based on the specified color count */ export declare function createColorPalette(colorCount: ColorCount): THREE.Color[];