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

Description

Definition at line 548 of file lyt_types.h.

Public Member Functions

void Set (GXTevColorChan r, GXTevColorChan g, GXTevColorChan b, GXTevColorChan a)
 
GXTevColorChan GetR () const
 
GXTevColorChan GetG () const
 
GXTevColorChan GetB () const
 
GXTevColorChan GetA () const
 

Public Attributes

u8 swap
 

Member Function Documentation

◆ Set()

void nw4r::lyt::TevSwapMode::Set ( GXTevColorChan r,
GXTevColorChan g,
GXTevColorChan b,
GXTevColorChan a )
inline

Definition at line 551 of file lyt_types.h.

◆ GetR()

GXTevColorChan nw4r::lyt::TevSwapMode::GetR ( ) const
inline

Definition at line 557 of file lyt_types.h.

◆ GetG()

GXTevColorChan nw4r::lyt::TevSwapMode::GetG ( ) const
inline

Definition at line 560 of file lyt_types.h.

◆ GetB()

GXTevColorChan nw4r::lyt::TevSwapMode::GetB ( ) const
inline

Definition at line 563 of file lyt_types.h.

◆ GetA()

GXTevColorChan nw4r::lyt::TevSwapMode::GetA ( ) const
inline

Definition at line 566 of file lyt_types.h.

Member Data Documentation

◆ swap

u8 nw4r::lyt::TevSwapMode::swap

Definition at line 549 of file lyt_types.h.