NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ef::ColorInput Struct Reference

Description

Definition at line 47 of file ef_res_emitter.h.

Public Types

enum  TevColor {
  TEVCOLOR_NULL ,
  TEVCOLOR1_1 ,
  TEVCOLOR1_2 ,
  TEVCOLOR2_3 ,
  TEVCOLOR2_2 ,
  TEVCOLOR1_MULT ,
  TEVCOLOR2_MULT
}
 
enum  RasColor {
  RASCOLOR_NULL ,
  RASCOLOR_LIGHTING
}
 

Public Attributes

u8 mRasColor
 
u8 mTevColor [GX_MAX_TEVREG - 1]
 
u8 mTevKColor [GX_MAX_KCOLOR]
 

Member Enumeration Documentation

◆ TevColor

enum nw4r::ef::ColorInput::TevColor

Definition at line 48 of file ef_res_emitter.h.

◆ RasColor

enum nw4r::ef::ColorInput::RasColor

Definition at line 58 of file ef_res_emitter.h.

Member Data Documentation

◆ mRasColor

u8 nw4r::ef::ColorInput::mRasColor

Definition at line 63 of file ef_res_emitter.h.

◆ mTevColor

u8 nw4r::ef::ColorInput::mTevColor[GX_MAX_TEVREG - 1]

Definition at line 64 of file ef_res_emitter.h.

◆ mTevKColor

u8 nw4r::ef::ColorInput::mTevKColor[GX_MAX_KCOLOR]

Definition at line 65 of file ef_res_emitter.h.