358 lines
10 KiB
JSON
358 lines
10 KiB
JSON
{
|
|
"version": "1.0",
|
|
"description": "Post-processing presets for color grading and visual effects",
|
|
"presets": [
|
|
{
|
|
"id": "PP_Neutral",
|
|
"name": "Neutral",
|
|
"description": "No grading, clean starting point",
|
|
"use_case": "Base starting point for custom grading",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Neutral",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6500,
|
|
"tint": 0,
|
|
"saturation": 1.0,
|
|
"contrast": 1.0,
|
|
"gamma": 1.0,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "linear",
|
|
"bloom": 0.0,
|
|
"vignette": 0.0,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.0
|
|
},
|
|
"tags": ["neutral", "clean", "base", "starting point"]
|
|
},
|
|
{
|
|
"id": "PP_Filmic",
|
|
"name": "Filmic",
|
|
"description": "Slight S-curve, warm tones for general purpose",
|
|
"use_case": "General purpose cinematic look",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Filmic",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6800,
|
|
"tint": 0,
|
|
"saturation": 1.05,
|
|
"contrast": 1.1,
|
|
"gamma": 0.98,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "s_curve_soft",
|
|
"bloom": 0.2,
|
|
"vignette": 0.15,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.05
|
|
},
|
|
"tags": ["filmic", "cinematic", "warm", "general"]
|
|
},
|
|
{
|
|
"id": "PP_Cinematic",
|
|
"name": "Cinematic",
|
|
"description": "Crushed blacks, teal/orange split toning",
|
|
"use_case": "Hollywood blockbuster film look",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Cinematic",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6200,
|
|
"tint": -5,
|
|
"saturation": 0.95,
|
|
"contrast": 1.2,
|
|
"gamma": 0.95,
|
|
"gain": 1.0,
|
|
"shadows_tint": {"r": 0, "g": 80, "b": 120},
|
|
"highlights_tint": {"r": 255, "g": 180, "b": 100}
|
|
},
|
|
"tone_curve": "s_curve_strong",
|
|
"bloom": 0.3,
|
|
"vignette": 0.25,
|
|
"chromatic_aberration": 0.1,
|
|
"film_grain": 0.1
|
|
},
|
|
"tags": ["cinematic", "teal", "orange", "hollywood", "dramatic"]
|
|
},
|
|
{
|
|
"id": "PP_HighContrast",
|
|
"name": "High Contrast",
|
|
"description": "Strong blacks and whites for drama",
|
|
"use_case": "Dramatic scenes with strong visual punch",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_HighContrast",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6500,
|
|
"tint": 0,
|
|
"saturation": 1.1,
|
|
"contrast": 1.4,
|
|
"gamma": 0.92,
|
|
"gain": 1.05
|
|
},
|
|
"tone_curve": "s_curve_strong",
|
|
"bloom": 0.1,
|
|
"vignette": 0.3,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.0
|
|
},
|
|
"tags": ["contrast", "dramatic", "punchy", "bold"]
|
|
},
|
|
{
|
|
"id": "PP_LowContrast",
|
|
"name": "Low Contrast",
|
|
"description": "Flat, lifted shadows for matte look",
|
|
"use_case": "Soft matte aesthetic, editorial",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_LowContrast",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6500,
|
|
"tint": 0,
|
|
"saturation": 0.9,
|
|
"contrast": 0.8,
|
|
"gamma": 1.05,
|
|
"gain": 0.95
|
|
},
|
|
"tone_curve": "flat",
|
|
"bloom": 0.0,
|
|
"vignette": 0.0,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.0
|
|
},
|
|
"tags": ["low contrast", "matte", "flat", "soft", "editorial"]
|
|
},
|
|
{
|
|
"id": "PP_Warm",
|
|
"name": "Warm",
|
|
"description": "Orange shift for cozy nostalgic feel",
|
|
"use_case": "Cozy interiors, golden hour enhancement",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Warm",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 7500,
|
|
"tint": 5,
|
|
"saturation": 1.05,
|
|
"contrast": 1.05,
|
|
"gamma": 1.0,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "s_curve_soft",
|
|
"bloom": 0.25,
|
|
"vignette": 0.1,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.0
|
|
},
|
|
"tags": ["warm", "orange", "cozy", "nostalgic", "golden"]
|
|
},
|
|
{
|
|
"id": "PP_Cool",
|
|
"name": "Cool",
|
|
"description": "Blue shift for modern tech feel",
|
|
"use_case": "Tech scenes, modern architecture, night",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Cool",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 5500,
|
|
"tint": -5,
|
|
"saturation": 0.95,
|
|
"contrast": 1.1,
|
|
"gamma": 1.0,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "s_curve_soft",
|
|
"bloom": 0.15,
|
|
"vignette": 0.1,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.0
|
|
},
|
|
"tags": ["cool", "blue", "modern", "tech", "cold"]
|
|
},
|
|
{
|
|
"id": "PP_Desaturated",
|
|
"name": "Desaturated",
|
|
"description": "Reduced color for moody serious tone",
|
|
"use_case": "Drama, serious documentary, moody scenes",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Desaturated",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6200,
|
|
"tint": 0,
|
|
"saturation": 0.6,
|
|
"contrast": 1.1,
|
|
"gamma": 0.98,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "s_curve_soft",
|
|
"bloom": 0.0,
|
|
"vignette": 0.2,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.1
|
|
},
|
|
"tags": ["desaturated", "muted", "moody", "serious", "drama"]
|
|
},
|
|
{
|
|
"id": "PP_Vibrant",
|
|
"name": "Vibrant",
|
|
"description": "Enhanced saturation for pop commercial look",
|
|
"use_case": "Commercial, advertising, product shots",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Vibrant",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6500,
|
|
"tint": 0,
|
|
"saturation": 1.3,
|
|
"contrast": 1.15,
|
|
"gamma": 1.0,
|
|
"gain": 1.02
|
|
},
|
|
"tone_curve": "s_curve_soft",
|
|
"bloom": 0.1,
|
|
"vignette": 0.0,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.0
|
|
},
|
|
"tags": ["vibrant", "saturated", "colorful", "commercial", "pop"]
|
|
},
|
|
{
|
|
"id": "PP_Vintage",
|
|
"name": "Vintage",
|
|
"description": "Faded warm tones with grain for retro look",
|
|
"use_case": "Nostalgic scenes, period pieces, memories",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Vintage",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 7000,
|
|
"tint": 5,
|
|
"saturation": 0.85,
|
|
"contrast": 0.9,
|
|
"gamma": 1.05,
|
|
"gain": 0.95,
|
|
"shadows_tint": {"r": 50, "g": 40, "b": 30}
|
|
},
|
|
"tone_curve": "faded",
|
|
"bloom": 0.3,
|
|
"vignette": 0.35,
|
|
"chromatic_aberration": 0.15,
|
|
"film_grain": 0.25
|
|
},
|
|
"tags": ["vintage", "retro", "faded", "nostalgic", "old", "film"]
|
|
},
|
|
{
|
|
"id": "PP_BlackAndWhite",
|
|
"name": "Black & White",
|
|
"description": "Classic monochrome conversion",
|
|
"use_case": "Timeless classic look, artistic",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_BlackAndWhite",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6500,
|
|
"tint": 0,
|
|
"saturation": 0.0,
|
|
"contrast": 1.15,
|
|
"gamma": 0.98,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "s_curve_soft",
|
|
"bloom": 0.0,
|
|
"vignette": 0.15,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.1
|
|
},
|
|
"tags": ["bw", "monochrome", "black and white", "classic", "artistic"]
|
|
},
|
|
{
|
|
"id": "PP_Noir",
|
|
"name": "Noir",
|
|
"description": "High contrast B&W for film noir style",
|
|
"use_case": "Film noir, detective, dramatic shadows",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Noir",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6500,
|
|
"tint": 0,
|
|
"saturation": 0.0,
|
|
"contrast": 1.5,
|
|
"gamma": 0.85,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "s_curve_strong",
|
|
"bloom": 0.2,
|
|
"vignette": 0.5,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.15
|
|
},
|
|
"tags": ["noir", "bw", "contrast", "dramatic", "shadows", "detective"]
|
|
},
|
|
{
|
|
"id": "PP_Bleach",
|
|
"name": "Bleach Bypass",
|
|
"description": "Bleach bypass look for gritty aesthetic",
|
|
"use_case": "War films, gritty action, desaturated drama",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Bleach",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6000,
|
|
"tint": 0,
|
|
"saturation": 0.5,
|
|
"contrast": 1.4,
|
|
"gamma": 0.9,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "s_curve_strong",
|
|
"bloom": 0.1,
|
|
"vignette": 0.25,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.2
|
|
},
|
|
"tags": ["bleach bypass", "gritty", "desaturated", "contrast", "war"]
|
|
},
|
|
{
|
|
"id": "PP_Cross",
|
|
"name": "Cross Process",
|
|
"description": "Cross-processed colors for artistic effect",
|
|
"use_case": "Artistic, experimental, fashion editorial",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_Cross",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 5800,
|
|
"tint": -10,
|
|
"saturation": 1.2,
|
|
"contrast": 1.3,
|
|
"gamma": 0.95,
|
|
"gain": 1.0,
|
|
"shadows_tint": {"r": 0, "g": 50, "b": 100},
|
|
"highlights_tint": {"r": 255, "g": 230, "b": 150}
|
|
},
|
|
"tone_curve": "cross_process",
|
|
"bloom": 0.15,
|
|
"vignette": 0.2,
|
|
"chromatic_aberration": 0.2,
|
|
"film_grain": 0.1
|
|
},
|
|
"tags": ["cross process", "artistic", "experimental", "shifted", "fashion"]
|
|
},
|
|
{
|
|
"id": "PP_HDR",
|
|
"name": "HDR",
|
|
"description": "Tonemapped HDR look for dramatic effect",
|
|
"use_case": "Dramatic landscapes, architecture, detail emphasis",
|
|
"path": "/Game/Ralpha/PostProcess/Profiles/PP_HDR",
|
|
"settings": {
|
|
"color_grading": {
|
|
"temperature": 6500,
|
|
"tint": 0,
|
|
"saturation": 1.15,
|
|
"contrast": 1.0,
|
|
"gamma": 1.0,
|
|
"gain": 1.0
|
|
},
|
|
"tone_curve": "hdr_tonemap",
|
|
"local_contrast": 1.5,
|
|
"bloom": 0.2,
|
|
"vignette": 0.1,
|
|
"chromatic_aberration": 0.0,
|
|
"film_grain": 0.0
|
|
},
|
|
"tags": ["hdr", "tonemapped", "dramatic", "detail", "landscape"]
|
|
}
|
|
]
|
|
}
|