Home
last modified time | relevance | path

Searched refs:m_BlendColor (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMaterial.h103 nw::ut::ResFloatColor m_BlendColor; member
623 ref().m_BlendColor.Set(r, g, b); in SetBlendColor()
624 u32 colorByte = ref().m_BlendColor.ToPicaU32(); in SetBlendColor()
640 ref().m_BlendColor.Set(r, g, b, a); in SetBlendColor()
641 u32 colorByte = ref().m_BlendColor.ToPicaU32(); in SetBlendColor()
652 return ref().m_BlendColor; in GetBlendColor()
664 ref().m_BlendColor = value; in SetBlendColor()
665 u32 colorByte = ref().m_BlendColor.ToPicaU32(); in SetBlendColor()