Skip to main content

PixelFormat Property

The required pixel format for the frame buffer. A null value will leave the frame buffer in the current pixel format. Otherwise sets the frame buffer to the required format

Definition

Namespace: Avalonia.LinuxFramebuffer.Output
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)

public PixelFormat? PixelFormat { get; set; }

Property Value

Nullable(PixelFormat)

See Also

Reference

FbDevOutputOptions Class
Avalonia.LinuxFramebuffer.Output Namespace