Skip to main content

Class SKColors

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public static class SKColors

Inheritance

objectSKColors

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Black

public static SKColor Black { get; }

Property Value

SKColor

Blue

public static SKColor Blue { get; }

Property Value

SKColor

DarkGray

public static SKColor DarkGray { get; }

Property Value

SKColor

Gray

public static SKColor Gray { get; }

Property Value

SKColor

Green

public static SKColor Green { get; }

Property Value

SKColor

LightGray

public static SKColor LightGray { get; }

Property Value

SKColor

Red

public static SKColor Red { get; }

Property Value

SKColor

Transparent

public static SKColor Transparent { get; }

Property Value

SKColor

White

public static SKColor White { get; }

Property Value

SKColor