Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ============================================
- // LUMINOUS DARKS SYSTEM (0-4)
- // ============================================
- #define PARAM_LUMINOUS_DARK_STRENGTH 0.0
- #define PARAM_LUMINOUS_DARK_THRESHOLD 1.0
- #define PARAM_LUMINOUS_DARK_COLOR_SHIFT 2.0
- #define PARAM_SHADOW_BRIGHTNESS 3.0
- #define PARAM_SHADOW_DETAIL_SCALE 4.0
- // ============================================
- // COLOR GRADING (5-12)
- // ============================================
- #define PARAM_RETRO_COLOR_SATURATION 5.0
- #define PARAM_RETRO_COLOR_VIBRANCY 6.0
- #define PARAM_RETRO_COLOR_SHIFT_HUE 7.0
- #define PARAM_CONTRAST_BOOST 8.0
- #define PARAM_COLOR_BANDS 9.0
- #define PARAM_COLOR_BLEED 10.0
- #define PARAM_COLOR_LUT_MIX 11.0
- #define PARAM_SHADOW_LIFT_STRENGTH 12.0
- // ============================================
- // BLOOM & GLOW SETTINGS (13-22)
- // ============================================
- #define PARAM_BLOOM_TINT_R 13.0
- #define PARAM_BLOOM_TINT_G 14.0
- #define PARAM_BLOOM_TINT_B 15.0
- #define PARAM_HALATION_STRENGTH 16.0
- #define PARAM_EDGE_GLOW_R 17.0
- #define PARAM_EDGE_GLOW_G 18.0
- #define PARAM_EDGE_GLOW_B 19.0
- #define PARAM_EDGE_GLOW_STRENGTH 20.0
- #define PARAM_EDGE_GLOW_THRESHOLD 21.0
- #define PARAM_VIGNETTE_STRENGTH 22.0
- // ============================================
- // LENS EFFECTS (23-31)
- // ============================================
- #define PARAM_CHROMATIC_SHIFT 23.0
- #define PARAM_LENS_DISTORTION_STRENGTH 24.0
- #define PARAM_LIGHT_LEAK_POS_X 25.0
- #define PARAM_LIGHT_LEAK_POS_Y 26.0
- #define PARAM_LIGHT_LEAK_COLOR_R 27.0
- #define PARAM_LIGHT_LEAK_COLOR_G 28.0
- #define PARAM_LIGHT_LEAK_COLOR_B 29.0
- #define PARAM_LIGHT_LEAK_STRENGTH 30.0
- #define PARAM_LIGHT_LEAK_FALLOFF 31.0
- // ============================================
- // FILM GRAIN & TEXTURE (32-39)
- // ============================================
- #define PARAM_GRAIN_AMOUNT 32.0
- #define PARAM_PAINT_TEXTURE 33.0
- #define PARAM_TEXTURE_STYLE 34.0
- #define PARAM_TEXTURE_SCALE 35.0
- #define PARAM_TEXTURE_VARIATION 36.0
- #define PARAM_TEXTURE_ROUGHNESS 37.0
- #define PARAM_SCANLINE_STRENGTH 38.0
- #define PARAM_SCANLINE_FREQUENCY 39.0
- // ============================================
- // VINTAGE HAZE EFFECTS (40-45)
- // ============================================
- #define PARAM_VINTAGE_HAZE_STRENGTH 40.0
- #define PARAM_VINTAGE_HAZE_COLOR_R 41.0
- #define PARAM_VINTAGE_HAZE_COLOR_G 42.0
- #define PARAM_VINTAGE_HAZE_COLOR_B 43.0
- #define PARAM_VINTAGE_HAZE_DESAT 44.0
- #define PARAM_VINTAGE_HAZE_HIGHLIGHT_DESAT 45.0
- // ============================================
- // REALITY GLITCH EFFECTS (46-57)
- // ============================================
- #define PARAM_GLITCH_PROBABILITY 46.0
- #define PARAM_GLITCH_INTENSITY 47.0
- #define PARAM_GLITCH_DURATION 48.0
- #define PARAM_STATIC_PROBABILITY 49.0
- #define PARAM_STATIC_INTENSITY 50.0
- #define PARAM_STATIC_DURATION 51.0
- #define PARAM_STATIC_SCAN_SPEED 52.0
- #define PARAM_CLAW_PROBABILITY 53.0
- #define PARAM_CLAW_INTENSITY 54.0
- #define PARAM_CLAW_DURATION 55.0
- #define PARAM_CLAW_TEAR_COUNT 56.0
- #define PARAM_PSYCHEDELIC_INTENSITY 57.0
- #define PARAM_PSYCHEDELIC_SPEED 58.0
- // ============================================
- // OIL PAINTING EFFECTS (59-64)
- // ============================================
- #define PARAM_OIL_PAINT_STRENGTH 59.0
- #define PARAM_OIL_PAINT_RADIUS 60.0
- #define PARAM_OIL_PAINT_BRUSH_SCALE 61.0
- #define PARAM_OIL_PAINT_THRESHOLD 62.0
- #define PARAM_OIL_PAINT_DIRECTIONAL 63.0
- #define PARAM_OIL_PAINT_MIX 64.0
- // ============================================
- // ATMOSPHERIC PERSPECTIVE (65-71)
- // ============================================
- #define PARAM_ATMOSPHERE_STRENGTH 65.0
- #define PARAM_ATMOSPHERE_START_DISTANCE 66.0
- #define PARAM_ATMOSPHERE_DENSITY 67.0
- #define PARAM_ATMOSPHERE_SATURATION_LOSS 68.0
- #define PARAM_ATMOSPHERE_COLOR_SHIFT 69.0
- #define PARAM_ATMOSPHERE_DETAIL_LOSS 70.0
- #define PARAM_ATMOSPHERE_USE_SKY_COLOR 71.0
- // ============================================
- // EXPOSURE & TONE CONTROLS (72-77)
- // ============================================
- #define PARAM_BRIGHTNESS 72.0
- #define PARAM_EXPOSURE 73.0
- #define PARAM_GAMMA 74.0
- #define PARAM_HIGHLIGHTS 75.0
- #define PARAM_SHADOWS 76.0
- #define PARAM_TONEMAP_TYPE 77.0
- // ============================================
- // COLOR BALANCE (78-84)
- // ============================================
- #define PARAM_TEMPERATURE 78.0
- #define PARAM_TINT 79.0
- #define PARAM_BLACK_POINT 80.0
- #define PARAM_WHITE_POINT 81.0
- #define PARAM_SHARPNESS 82.0
- #define PARAM_CLARITY 83.0
- #define PARAM_SELECTIVE_DESAT_STRENGTH 84.0
- // ============================================
- // HSL PER CHANNEL (85-93)
- // ============================================
- #define PARAM_RED_HUE 85.0
- #define PARAM_RED_SATURATION 86.0
- #define PARAM_RED_LIGHTNESS 87.0
- #define PARAM_GREEN_HUE 88.0
- #define PARAM_GREEN_SATURATION 89.0
- #define PARAM_GREEN_LIGHTNESS 90.0
- #define PARAM_BLUE_HUE 91.0
- #define PARAM_BLUE_SATURATION 92.0
- #define PARAM_BLUE_LIGHTNESS 93.0
- // ============================================
- // NOISE & DETAIL (94-95)
- // ============================================
- #define PARAM_NOISE_REDUCTION 94.0
- #define PARAM_DETAIL_ENHANCEMENT 95.0
- // ============================================
- // AMBIENT LIGHT PARAMETERS (96-110)
- // ============================================
- #define PARAM_AL_DEBUG 96.0
- #define PARAM_AL_INT 97.0
- #define PARAM_AL_THRESHOLD 98.0
- #define PARAM_AL_DITHER 99.0
- #define PARAM_AL_ADAPTATION 100.0
- #define PARAM_AL_ADAPT 101.0
- #define PARAM_AL_ADAPT_BASE_MULT 102.0
- #define PARAM_AL_ADAPT_BASE_BLACKLVL 103.0
- #define PARAM_AL_DIRT 104.0
- #define PARAM_AL_VIBRANCE 105.0
- #define PARAM_AL_ADAPTIVE 106.0
- #define PARAM_AL_DIRT_INT 107.0
- #define PARAM_AL_DIRT_OV_INT 108.0
- #define PARAM_AL_LENS_THRESH 109.0
- #define PARAM_AL_LENS_INT 110.0
- // ============================================
- // PAINTING AGING EFFECT (111-121)
- // ============================================
- #define PARAM_AGING_STRENGTH 111.0
- #define PARAM_EDGE_WEAR 112.0
- #define PARAM_AGING_COLOR_R 113.0
- #define PARAM_AGING_COLOR_G 114.0
- #define PARAM_AGING_COLOR_B 115.0
- #define PARAM_BORDER_EDGE 116.0
- #define PARAM_INTERIOR_AGING 117.0
- #define PARAM_STAIN_DENSITY 118.0
- #define PARAM_CREASE_INTENSITY 119.0
- #define PARAM_FOXING_INTENSITY 120.0
- #define PARAM_AGING_OPACITY 121.0
- // ============================================
- // WIND EFFECTS (122-127)
- // ============================================
- #define PARAM_WIND_STRENGTH 122.0
- #define PARAM_WIND_SPEED 123.0
- #define PARAM_WIND_TURBULENCE 124.0
- #define PARAM_WIND_DIRECTION_X 125.0
- #define PARAM_WIND_DIRECTION_Y 126.0
- #define PARAM_WIND_PULSE_SCALE 127.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement