SKPixmap.WithColorSpace(SKColorSpace) Method

Definition

Creates a new SKPixmap with the same properties as this SKPixmap, but with the specified color space.

public SkiaSharp.SKPixmap WithColorSpace (SkiaSharp.SKColorSpace newColorSpace);

Parameters

newColorSpace
SKColorSpace

The color space.

Returns

Returns the new SKPixmap.

Applies to