SKPaint.Color Property

Definition

Gets or sets the paint's foreground color.

public SkiaSharp.SKColor Color { get; set; }

Property Value

Remarks

The color is a 32-bit value containing ARGB. This 32-bit value is not premultiplied, meaning that its alpha can be any value, regardless of the values of R, G and B.

Applies to