$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
TonemapParams Struct Reference

ACES-like filmic tonemapping curve parameters. More...

#include <postprocess.h>

Data Fields

float slope
 
float toe
 
float shoulder
 
float black_clip
 
float white_clip
 

Detailed Description

ACES-like filmic tonemapping curve parameters.

Field Documentation

◆ black_clip

float TonemapParams::black_clip

Absolute black cutoff.

◆ shoulder

float TonemapParams::shoulder

Bright compression.

◆ slope

float TonemapParams::slope

Contrast slope.

◆ toe

float TonemapParams::toe

Dark compression.

◆ white_clip

float TonemapParams::white_clip

Absolute white cutoff.


The documentation for this struct was generated from the following file: