Table of Contents

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

byte

AMask

The a mask

public readonly uint AMask

Field Value

uint

AShift

The a shift

public readonly byte AShift

Field Value

byte

BLoss

The b loss

public readonly byte BLoss

Field Value

byte

BMask

The b mask

public readonly uint BMask

Field Value

uint

BShift

The b shift

public readonly byte BShift

Field Value

byte

BitsPerPixel

The bits per pixel

public readonly byte BitsPerPixel

Field Value

byte

BytesPerPixel

The bytes per pixel

public readonly byte BytesPerPixel

Field Value

byte

GMask

The g mask

public readonly uint GMask

Field Value

uint

GShift

The g shift

public readonly byte GShift

Field Value

byte

Gloss

The g loss

public readonly byte Gloss

Field Value

byte

RLoss

The r loss

public readonly byte RLoss

Field Value

byte

RMask

The r mask

public readonly uint RMask

Field Value

uint

RShift

The r shift

public readonly byte RShift

Field Value

byte

format

The format

public readonly uint format

Field Value

uint

refCount

The ref count

public readonly int refCount

Field Value

int

Properties

Next

The next

public IntPtr Next { readonly get; set; }

Property Value

IntPtr

Palette

The palette

public IntPtr Palette { readonly get; set; }

Property Value

IntPtr