Struct PixelFormat
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl pixel format
public struct PixelFormatInherited Members
Fields
ALoss
The a loss
public readonly byte ALossField Value
AMask
The a mask
public readonly uint AMaskField Value
AShift
The a shift
public readonly byte AShiftField Value
BLoss
The b loss
public readonly byte BLossField Value
BMask
The b mask
public readonly uint BMaskField Value
BShift
The b shift
public readonly byte BShiftField Value
BitsPerPixel
The bits per pixel
public readonly byte BitsPerPixelField Value
BytesPerPixel
The bytes per pixel
public readonly byte BytesPerPixelField Value
GMask
The g mask
public readonly uint GMaskField Value
GShift
The g shift
public readonly byte GShiftField Value
Gloss
The g loss
public readonly byte GlossField Value
RLoss
The r loss
public readonly byte RLossField Value
RMask
The r mask
public readonly uint RMaskField Value
RShift
The r shift
public readonly byte RShiftField Value
format
The format
public readonly uint formatField Value
refCount
The ref count
public readonly int refCountField Value
Properties
Next
The next
public IntPtr Next { readonly get; set; }Property Value
Palette
The palette
public IntPtr Palette { readonly get; set; }