Table of Contents

Struct PixelFormat

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll
public struct PixelFormat : IEquatable<PixelFormat>
Implements
Inherited Members

Properties

Bgra8888

public static PixelFormat Bgra8888 { get; }

Property Value

PixelFormat

BitsPerPixel

public int BitsPerPixel { get; }

Property Value

int

Rgb32

public static PixelFormat Rgb32 { get; }

Property Value

PixelFormat

Rgb565

public static PixelFormat Rgb565 { get; }

Property Value

PixelFormat

Rgba8888

public static PixelFormat Rgba8888 { get; }

Property Value

PixelFormat

Methods

Equals(PixelFormat)

public readonly bool Equals(PixelFormat other)

Parameters

other PixelFormat

Returns

bool

Equals(object)

public override readonly bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override readonly int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(PixelFormat, PixelFormat)

public static bool operator ==(PixelFormat left, PixelFormat right)

Parameters

left PixelFormat
right PixelFormat

Returns

bool

operator !=(PixelFormat, PixelFormat)

public static bool operator !=(PixelFormat left, PixelFormat right)

Parameters

left PixelFormat
right PixelFormat

Returns

bool