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

Description

Definition at line 9 of file lyt_material.hpp.

Public Member Functions

 GXColorS10 (s16 r, s16 g, s16 b, s16 a)
 
 GXColorS10 (const nw4r::ut::Color &color)
 

Public Attributes

s16 r
 
s16 g
 
s16 b
 
s16 a
 

Constructor & Destructor Documentation

◆ GXColorS10() [1/2]

nw4r::lyt::GXColorS10::GXColorS10 ( s16 r,
s16 g,
s16 b,
s16 a )
inline

Definition at line 16 of file lyt_material.hpp.

◆ GXColorS10() [2/2]

nw4r::lyt::GXColorS10::GXColorS10 ( const nw4r::ut::Color & color)
inline

Definition at line 17 of file lyt_material.hpp.

Member Data Documentation

◆ r

s16 nw4r::lyt::GXColorS10::r

Definition at line 11 of file lyt_material.hpp.

◆ g

s16 nw4r::lyt::GXColorS10::g

Definition at line 12 of file lyt_material.hpp.

◆ b

s16 nw4r::lyt::GXColorS10::b

Definition at line 13 of file lyt_material.hpp.

◆ a

s16 nw4r::lyt::GXColorS10::a

Definition at line 14 of file lyt_material.hpp.