LeviLamina
Loading...
Searching...
No Matches
GraphicsOverrideParameterType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class GraphicsOverrideParameterType : uchar {
6 SkyZenithColor = 0,
7 SkyHorizonColor = 1,
8 HorizonBlendMin = 2,
9 HorizonBlendMax = 3,
10 HorizonBlendStart = 4,
11 HorizonBlendMieStart = 5,
12 RayleighStrength = 6,
13 SunMieStrength = 7,
14 MoonMieStrength = 8,
15 SunGlareShape = 9,
16 Chlorophyll = 10,
17 Cdom = 11,
18 SuspendedSediment = 12,
19 WavesDepth = 13,
20 WavesFrequency = 14,
21 WavesFrequencyScaling = 15,
22 WavesSpeed = 16,
23 WavesSpeedScaling = 17,
24 WavesShape = 18,
25 WavesOctaves = 19,
26 WavesMix = 20,
27 WavesPull = 21,
28 WavesDirectionIncrement = 22,
29 MidtonesContrast = 23,
30 HighlightsContrast = 24,
31 ShadowsContrast = 25,
32 HighlightsGain = 26,
33 HighlightsGamma = 27,
34 HighlightsOffset = 28,
35 HighlightsSaturation = 29,
36 MidtonesGain = 30,
37 MidtonesGamma = 31,
38 MidtonesOffset = 32,
39 MidtonesSaturation = 33,
40 ShadowsGain = 34,
41 ShadowsGamma = 35,
42 ShadowsOffset = 36,
43 ShadowsSaturation = 37,
44 HighlightsMin = 38,
45 ShadowsMax = 39,
46 Temperature = 40,
47 SunColor = 41,
48 SunIlluminance = 42,
49 MoonColor = 43,
50 MoonIlluminance = 44,
51 FlashColor = 45,
52 FlashIlluminance = 46,
53 AmbientColor = 47,
54 AmbientIlluminance = 48,
55};