Skip to content

Tools · Palette and pixels · Overhaul lighting

Gradient Ramp


Colour ramps as small PNGs and Godot GradientTexture1D files.

You want a colour ramp PNG and a matching Godot GradientTexture1D for a shader lookup.

This version

Synced 2026-09-22 from commit dd1d6cc.

  • ·@font-face for the site's self-hosted Inter and Cormorant Garamond (/fonts), silent fallback offline
  • ·Input.sample from assets/

Put colour stops on a strip, pick how they blend (sRGB, linear light, or OKLab), and download a ramp PNG for shader lookups. Quantise into bands with optional dither for a stepped look.

The Export box copies a GradientTexture1D .tres you can paste into a Godot 4 project, or a two-line GDShader snippet that samples the PNG.