Table of Contents

Enum BitmapOrder

Namespace
Sdl3Sharp.Video.Coloring
Assembly
Sdl3Sharp.dll

Represtents a bitmap pixel order, from highest bit to lowest bit

public enum BitmapOrder

Fields

None = 0

No specific order

_1234 = 2

Most significant bit order

_4321 = 1

Least significant bit order