Struct HueStyle
Represents struct.
public readonly record struct HueStyle : IEquatable<HueStyle>
- Implements
- Inherited Members
Constructors
HueStyle(short, short)
Represents struct.
public HueStyle(short Style, short Hue)
Parameters
Properties
Hue
public short Hue { get; init; }
Property Value
Style
public short Style { get; init; }