Shader

interface Shader<T>

Used for implementations that apply a ShadeConfiguration to a source value to produce a shaded output.

Inheritors

Functions

Link copied to clipboard
abstract fun shade(source: T, shadeConfiguration: ShadeConfiguration): T