Neocore
Loading...
Searching...
No Matches
RGB16 Struct Reference

Neo Geo RGB color representation with darkness level. More...

#include <neocore.h>

Data Fields

BYTE dark: 4
 
BYTE r: 4
 
BYTE g: 4
 
BYTE b: 4
 

Detailed Description

Neo Geo RGB color representation with darkness level.

16-bit color format using 4-bit fields for dark, red, green, and blue components. Matches Neo Geo hardware color format for direct palette manipulation.

Definition at line 150 of file neocore.h.

Field Documentation

◆ b

BYTE b

Definition at line 151 of file neocore.h.

◆ dark

BYTE dark

Definition at line 151 of file neocore.h.

◆ g

BYTE g

Definition at line 151 of file neocore.h.

◆ r

BYTE r

Definition at line 151 of file neocore.h.


The documentation for this struct was generated from the following file: