(faust) public domain [1926] dither CGA reshade 1080p
FAUST (1926) a german folktale - public domain #publicdomain #publicdomainfilms #silentfilm
Faust - Eine Deutsche Volkssage (Goethe 1808)
german version
source: wikipedia 1080p
vkbasalt reshade
MultiTonePoster (custom CGA color)
dither colors:
black
shaded magenta (dither)
normal magenta
bright magenta (dither)
normal cyan
bright cyan (dither)
white
ui_label = "Color 1" // black
(0.01, 0.01, 0.01, 1.0)
ui_label = "Color 2"; // magenta
(1.0, 0.33, 1.0, 1.0);
ui_label = "Color 3"; // cyan
(0.33, 1.0, 1.0, 1.0);
ui_label = "Color 4"; // white
(1.0, 1.0, 1.0, 1.0);
float luma = dot(color, float3(0.256, 0.32, 0.64));
static const int numColors = 7;
colors[1] = lerp(color, colors[1].rgb, (colors[0].w + colors[2].w) / 1);
colors[3] = lerp(color, colors[3].rgb, (colors[2].w + colors[4].w) / 1.5);
colors[5] = lerp(color, colors[5].rgb, (colors[4].w + colors[6].w) / 2)
VGM:
Nightmare Circus [SegaMD] 01 - Title Screen
GNU/Linux