Struct PixelFormat
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl pixel format
public struct PixelFormat
Inherited Members
Fields
ALoss
The a loss
public readonly byte ALoss
Field Value
AMask
The a mask
public readonly uint AMask
Field Value
AShift
The a shift
public readonly byte AShift
Field Value
BLoss
The b loss
public readonly byte BLoss
Field Value
BMask
The b mask
public readonly uint BMask
Field Value
BShift
The b shift
public readonly byte BShift
Field Value
BitsPerPixel
The bits per pixel
public readonly byte BitsPerPixel
Field Value
BytesPerPixel
The bytes per pixel
public readonly byte BytesPerPixel
Field Value
GMask
The g mask
public readonly uint GMask
Field Value
GShift
The g shift
public readonly byte GShift
Field Value
Gloss
The g loss
public readonly byte Gloss
Field Value
RLoss
The r loss
public readonly byte RLoss
Field Value
RMask
The r mask
public readonly uint RMask
Field Value
RShift
The r shift
public readonly byte RShift
Field Value
format
The format
public readonly uint format
Field Value
refCount
The ref count
public readonly int refCount
Field Value
Properties
Next
The next
public IntPtr Next { readonly get; set; }
Property Value
Palette
The palette
public IntPtr Palette { readonly get; set; }