Table of Contents

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

SKColor

DarkVibrant

The DarkVibrant component.

public SKColor DarkVibrant { get; init; }

Property Value

SKColor

LightMuted

The LightMuted component.

public SKColor LightMuted { get; init; }

Property Value

SKColor

LightVibrant

The LightVibrant component.

public SKColor LightVibrant { get; init; }

Property Value

SKColor

Muted

The Muted component.

public SKColor Muted { get; init; }

Property Value

SKColor

Vibrant

The Vibrant component.

public SKColor Vibrant { get; init; }

Property Value

SKColor

Methods

ToString()

Override the record ToString method, so we get a cleaner datamodel viewer

public override string? ToString()

Returns

string