SKImage.ToTextureImage Method

Definition

Overloads

ToTextureImage(GRContext, SKColorSpace)
Obsolete.
ToTextureImage(GRContext)
ToTextureImage(GRContext, Boolean)

ToTextureImage(GRContext, SKColorSpace)

Caution

Use ToTextureImage(GRContext) instead.

public SkiaSharp.SKImage ToTextureImage (SkiaSharp.GRContext context, SkiaSharp.SKColorSpace colorspace);
[System.Obsolete("Use ToTextureImage(GRContext) instead.")]
public SkiaSharp.SKImage ToTextureImage (SkiaSharp.GRContext context, SkiaSharp.SKColorSpace colorspace);

Parameters

context
GRContext
colorspace
SKColorSpace

Returns

Attributes

Applies to

ToTextureImage(GRContext)

public SkiaSharp.SKImage ToTextureImage (SkiaSharp.GRContext context);

Parameters

context
GRContext

Returns

Applies to

ToTextureImage(GRContext, Boolean)

public SkiaSharp.SKImage ToTextureImage (SkiaSharp.GRContext context, bool mipmapped);

Parameters

context
GRContext
mipmapped
Boolean

Returns

Applies to