libER
0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
include
param
paramdef
MENU_PARAM_COLOR_TABLE_ST.hpp
1
/* This file was automatically generated from XML paramdefs. */
2
#pragma once
3
4
namespace
from {
5
namespace
paramdef {
10
struct
MENU_PARAM_COLOR_TABLE_ST
{
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
73
static_assert
(
sizeof
(
from::paramdef::MENU_PARAM_COLOR_TABLE_ST
) == 32,
74
"MENU_PARAM_COLOR_TABLE_ST paramdef size does not match detected size"
);
from::paramdef::MENU_PARAM_COLOR_TABLE_ST
This struct was automatically generated from XML paramdefs.
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:10
from::paramdef::MENU_PARAM_COLOR_TABLE_ST::h
unsigned short h
Hue.
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:23
from::paramdef::MENU_PARAM_COLOR_TABLE_ST::v1
float v1
brightness
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:39
from::paramdef::MENU_PARAM_COLOR_TABLE_ST::s1
float s1
saturation
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:32
from::paramdef::MENU_PARAM_COLOR_TABLE_ST::v2
float v2
brightness
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:53
from::paramdef::MENU_PARAM_COLOR_TABLE_ST::s2
float s2
saturation
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:46
from::paramdef::MENU_PARAM_COLOR_TABLE_ST::s3
float s3
saturation
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:60
from::paramdef::MENU_PARAM_COLOR_TABLE_ST::v3
float v3
brightness
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:67
from::paramdef::MENU_PARAM_COLOR_TABLE_ST::lerpMode
unsigned char lerpMode
Interpolation method.
Definition
MENU_PARAM_COLOR_TABLE_ST.hpp:14
Generated by
1.9.8