Table of Contents

Interface IColorable

Namespace
Songhay.Abstractions
Assembly
SonghayCore.dll

Defines a colorable visual.

public interface IColorable
Extension Methods

Properties

BackgroundHex

Gets or sets the background hexadecimal value.

string? BackgroundHex { get; set; }

Property Value

string

ForegroundHex

Gets or sets the foreground hexadecimal value.

string? ForegroundHex { get; set; }

Property Value

string