Struct PixelFormat
- Namespace
- Avalonia.Platform
- Assembly
- Avalonia.Base.dll
public struct PixelFormat : IEquatable<PixelFormat>
- Implements
-
- Inherited Members
-
Properties
public static PixelFormat Bgra8888 { get; }
Property Value
- PixelFormat
public int BitsPerPixel { get; }
Property Value
- int
public static PixelFormat Rgb32 { get; }
Property Value
- PixelFormat
public static PixelFormat Rgb565 { get; }
Property Value
- PixelFormat
public static PixelFormat Rgba8888 { get; }
Property Value
- PixelFormat
Methods
public readonly bool Equals(PixelFormat other)
Parameters
other
PixelFormat
Returns
- bool
public override readonly bool Equals(object obj)
Parameters
obj
object
Returns
- bool
public override readonly int GetHashCode()
Returns
- int
public override string ToString()
Returns
- string
Operators
public static bool operator ==(PixelFormat left, PixelFormat right)
Parameters
left
PixelFormat
right
PixelFormat
Returns
- bool
public static bool operator !=(PixelFormat left, PixelFormat right)
Parameters
left
PixelFormat
right
PixelFormat
Returns
- bool