libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MENU_PARAM_COLOR_TABLE_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 unsigned char lerpMode{ 0 };
15
16 unsigned char pad1[3];
17
23 unsigned short h{ 0 };
24
25 unsigned char pad2[2];
26
32 float s1{ 1.f };
33
39 float v1{ 1.f };
40
46 float s2{ 1.f };
47
53 float v2{ 1.f };
54
60 float s3{ 1.f };
61
67 float v3{ 1.f };
68};
69
70}; // namespace paramdef
71}; // namespace from
72
73static_assert(sizeof(from::paramdef::MENU_PARAM_COLOR_TABLE_ST) == 32,
74 "MENU_PARAM_COLOR_TABLE_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:10
unsigned short h
Hue.
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:23
float v1
brightness
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:39
float s1
saturation
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:32
float v2
brightness
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:53
float s2
saturation
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:46
float s3
saturation
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:60
float v3
brightness
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:67
unsigned char lerpMode
Interpolation method.
Definition MENU_PARAM_COLOR_TABLE_ST.hpp:14