UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

9 lines (7 loc) 277 B
import {ShaderPass} from '../../types'; /** * @filter Sepia * @description Gives the image a reddish-brown monochrome tint that imitates an old photograph. * @param amount 0 to 1 (0 for no effect, 1 for full sepia coloring) */ export const sepia: ShaderPass;