Edit

Share via


SKPixmap.GetPixelColorF(Int32, Int32) Method

Definition

Gets the color of the pixel at the specified coordinates as an SKColorF.

public SkiaSharp.SKColorF GetPixelColorF(int x, int y);

Parameters

x
Int32

The x-coordinate.

y
Int32

The y-coordinate.

Returns

The color of the pixel.

Applies to