Struct VSColor
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
public struct VSColor
- Inherited Members
- Extension Methods
Constructors
VSColor(byte, byte, byte, byte)
public VSColor(byte r, byte g, byte b, byte a)
Parameters
VSColor(int)
public VSColor(int color)
Parameters
color
int
Fields
A
public byte A
Field Value
AsInt
public int AsInt
Field Value
B
public byte B
Field Value
G
public byte G
Field Value
R
public byte R
Field Value
Properties
An
public float An { get; set; }
Property Value
Bn
public float Bn { get; set; }
Property Value
Gn
public float Gn { get; set; }
Property Value
Rn
public float Rn { get; set; }