chroma min/max amb mostreig bilinear subpíxel

This commit is contained in:
2026-05-17 12:24:14 +02:00
parent bd5683d498
commit ae6e72e0d9
9 changed files with 8606 additions and 6898 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ namespace Options {
std::string name;
float vignette{0.6F};
float scanlines{0.7F};
float chroma{0.15F};
// Aberració cromàtica entre min i max (si coincideixen, estàtica).
float chroma_min{0.15F};
float chroma_max{0.15F};
float mask{0.6F};
float gamma{0.8F};
float curvature{0.0F};