Class SKColors
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public static class SKColors
Inheritance
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
Blue
public static SKColor Blue { get; }
Property Value
DarkGray
public static SKColor DarkGray { get; }
Property Value
Gray
public static SKColor Gray { get; }
Property Value
Green
public static SKColor Green { get; }
Property Value
LightGray
public static SKColor LightGray { get; }
Property Value
Red
public static SKColor Red { get; }
Property Value
Transparent
public static SKColor Transparent { get; }
Property Value
White
public static SKColor White { get; }