Class PixelFormatHelper
Namespace: Avalonia.Skia.Helpers
Assembly: Avalonia.Skia.dll
Helps with resolving pixel formats to Skia color types.
public static class PixelFormatHelper
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
ResolveColorType(PixelFormat?)
Resolve given format to Skia color type.
public static SKColorType ResolveColorType(PixelFormat? format)
Parameters
format PixelFormat?
Format to resolve.
Returns
Resolved color type.