WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. API
  4. Enumerated Types
Mission NodeSDK 6.3C++API Reference

Enumerated Types

Enumerated Types GFX mirror t Summary Enumeration of an image mirroring options. Synopsis enum GFX mirror t { MIRROR BLANK = 0, MIRROR X, MIRROR Y, MIRROR XY...

API / SDK 6.3 / C++ / API Reference

Enumerated Types

GFX_mirror_t

Summary

Enumeration of an image mirroring options.

Synopsis

Enumerated Types
CPP
1enum GFX_mirror_t {
2 MIRROR_BLANK = 0,
3 MIRROR_X,
4 MIRROR_Y,
5 MIRROR_XY,
6 };
7
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

GFX_PixelFormat_t

Summary

Enumeration of supported pixel formats

Synopsis

Enumerated Types
CPP
1enum GFX_PixelFormat_t {
2 FORMAT_RGB565 = 0,
3 FORMAT_ARGB6666,
4 FORMAT_ARGB8888,
5 };
6
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

LogLevel_t

Summary

Enumeration of supported log verbosity levels

Synopsis

Enumerated Types
CPP
1enum LogLevel_t {
2 LOG_LVL_ASSERT = 0,
3 LOG_LVL_ERROR,
4 LOG_LVL_WARN,
5 LOG_LVL_INFO,
6 ELOG_LVL_DEBUG,
7 LOG_LVL_VERBOSE
8 };
9
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

text_align_t

Summary

Enumeration of supported text alignment modes.

Synopsis

Enumerated Types
CPP
1enum text_align_t {
2 TEXT_ALIGN_CENTER = 0,
3 TEXT_ALIGN_TOP_CENTER,
4 TEXT_ALIGN_BOTTOM_CENTER,
5 TEXT_ALIGN_LEFT_CORNER,
6 TEXT_ALIGN_LEFT_TOP_CORNER,
7 TEXT_ALIGN_LEFT_BOTTOM_CORNER,
8 TEXT_ALIGN_RIGHT_CORNER,
9 TEXT_ALIGN_RIGHT_TOP_CORNER,
10 TEXT_ALIGN_RIGHT_BOTTOM_CORNER
11 };
12
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_twist_t

Summary

Enumeration of twist directions.

Synopsis

Enumerated Types
CPP
1enum TOPOLOGY_twist_t {
2 TWIST_UNINDENTIFIED = 0,
3 TWIST_LEFT,
4 TWIST_RIGHT,
5 TWIST_DOUBLE,
6 TWIST_MAX,
7 };
8
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_orientation_mode_t

Summary

Enumeration of supported orientation modes.

Synopsis

Enumerated Types
CPP
1enum TOPOLOGY_orientation_mode_t {
2 ORIENTATION_MODE_MENU = 0,
3 ORIENTATION_MODE_GRAVITY,
4 ORIENTATION_MODE_SPLASH,
5 ORIENTATION_MODE_MAX,
6 };
7
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_orientation_t

Summary

Enumeration of a face orientations.

Synopsis

Enumerated Types
CPP
1enum TOPOLOGY_orientation_t {
2 ORIENTATION_UP = 0,
3 ORIENTATION_DOWN,
4 ORIENTATION_FRONT,
5 ORIENTATION_BACK,
6 ORIENTATION_LEFT,
7 ORIENTATION_RIGHT,
8 ORIENTATION_MAX,
9 };
10
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_neighbor_t

Summary

Enumeration of a facelet neighbor directions.

Synopsis

Enumerated Types
CPP
1enum TOPOLOGY_neighbor_t {
2 NEIGHBOR_SELF = 0,
3 NEIGHBOR_LEFT,
4 NEIGHBOR_DIAGONAL,
5 NEIGHBOR_TOP,
6 NEIGHBOR_RIGHT,
7 NEIGHBOR_BOTTOM,
8 NEIGHBOR_MAX,
9 };
10
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

Jump Grid

On This Page

GFX mirror tGFX PixelFormat tLogLevel ttext align tTOPOLOGY twist tTOPOLOGY orientation mode tTOPOLOGY orientation tTOPOLOGY neighbor t
Context Rail

Related nodes

Global Defines
API / SDK 6.3 / C++ / API Reference
Data Structures
API / SDK 6.3 / C++ / API Reference
Application
API / SDK 6.3 / C++ / API Reference
Graphics
API / SDK 6.3 / C++ / API Reference
Previous Node
Data Structures
API / SDK 6.3 / C++ / API Reference
Next Node
Application
API / SDK 6.3 / C++ / API Reference