SKImageInfo.PlatformColorType Field

Definition

The current 32-bit color for the current platform.

public static readonly SkiaSharp.SKColorType PlatformColorType;

Field Value

Remarks

On Windows, it is typically Bgra8888, and on Unix-based systems (macOS, Linux) it is typically Rgba8888.

Applies to