Class RGBA
RGBA
public sealed class RGBA
- Inheritance
-
RGBA
- Inherited Members
Properties
A
a
[JsonPropertyName("a")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? A { get; set; }
Property Value
B
b
[JsonPropertyName("b")]
public long B { get; set; }
Property Value
G
g
[JsonPropertyName("g")]
public long G { get; set; }
Property Value
R
r
[JsonPropertyName("r")]
public long R { get; set; }