Struct RgbaColor
public readonly record struct RgbaColor : IEquatable<RgbaColor>
- Implements
- Inherited Members
Constructors
RgbaColor(byte, byte, byte, byte)
public RgbaColor(byte R, byte G, byte B, byte A)
Parameters
Properties
A
public byte A { get; init; }
Property Value
B
public byte B { get; init; }
Property Value
G
public byte G { get; init; }
Property Value
R
public byte R { get; init; }