SKColorSpace.Equal(SKColorSpace, SKColorSpace) Method

Definition

Compare two color spaces to determine if they are equivalent.

public static bool Equal (SkiaSharp.SKColorSpace left, SkiaSharp.SKColorSpace right);

Parameters

left
SKColorSpace

The first color space.

right
SKColorSpace

The second color space.

Returns

Returns true if both color spaces are equivalent, otherwise false.

Applies to