ppuPalette
ppuPalette(
inputColor,saturation?):Node<"vec4">
Defined in: packages/nodes/src/retro/consolePalettes.ts:100
Convert color to NES/Famicom PPU palette (2C02). Maps to the closest of 54 available colors.
Parameters
Section titled “Parameters”inputColor
Section titled “inputColor”Node <"vec4">
Input color
saturation?
Section titled “saturation?”FloatInput = 1
Color saturation (default: 1)
Returns
Section titled “Returns”Node <"vec4">
Color approximating NES PPU output