Struct ColorSwatch
- Namespace
- Artemis.Core.ColorScience
- Assembly
- Artemis.Core.dll
Swatch containing the known useful color variations.
public readonly record struct ColorSwatch : IEquatable<ColorSwatch>
- Implements
- Inherited Members
Properties
DarkMuted
The DarkMuted component.
public SKColor DarkMuted { get; init; }
Property Value
DarkVibrant
The DarkVibrant component.
public SKColor DarkVibrant { get; init; }
Property Value
LightMuted
The LightMuted component.
public SKColor LightMuted { get; init; }
Property Value
LightVibrant
The LightVibrant component.
public SKColor LightVibrant { get; init; }
Property Value
Muted
The Muted component.
public SKColor Muted { get; init; }
Property Value
Vibrant
The Vibrant component.
public SKColor Vibrant { get; init; }
Property Value
Methods
ToString()
Override the record ToString method, so we get a cleaner datamodel viewer
public override string? ToString()