Edit

Share via


SKPaint.ColorF Property

Definition

Gets or sets the paint's color as an SKColorF (floating-point RGBA).

public SkiaSharp.SKColorF ColorF { get; set; }

Property Value

The color in floating-point representation.

Remarks

This property provides higher precision color values than the Color property.

Applies to