Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ShaderBlendState.cs
Go to the documentation of this file.
1
namespace
ReLogic.Peripherals.RGB
;
2
3
public
struct
ShaderBlendState
4
{
5
public
readonly
float
GlobalOpacity
;
6
7
public
readonly
BlendMode
Mode
;
8
9
public
ShaderBlendState
(
BlendMode
blendMode,
float
alpha = 1f)
10
{
11
GlobalOpacity
= alpha;
12
Mode = blendMode;
13
}
14
}
ReLogic.Peripherals.RGB.BlendMode
BlendMode
Definition
BlendMode.cs:4
ReLogic.Peripherals.RGB
Definition
CorsairAccessMode.cs:1
ReLogic.Peripherals.RGB.ShaderBlendState.ShaderBlendState
ShaderBlendState(BlendMode blendMode, float alpha=1f)
Definition
ShaderBlendState.cs:9
ReLogic.Peripherals.RGB.ShaderBlendState.Mode
readonly BlendMode Mode
Definition
ShaderBlendState.cs:7
ReLogic.Peripherals.RGB.ShaderBlendState.GlobalOpacity
readonly float GlobalOpacity
Definition
ShaderBlendState.cs:5
ReLogic.Peripherals.RGB.ShaderBlendState
Definition
ShaderBlendState.cs:4
source
ReLogic
ReLogic.Peripherals.RGB
ShaderBlendState.cs
Generated by
1.10.0