Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h42 nw::ut::ResFloatColor m_BorderColor; member
295 const ut::FloatColor& GetBorderColor() const { return ref().m_BorderColor; } in NW_RES_CTOR_INHERIT()
302 ref().m_BorderColor = value; in SetBorderColor()
303 u32 borderColorU32 = ref().m_BorderColor.ToPicaU32(); in SetBorderColor()
320 ref().m_BorderColor.Set(r, g, b); in SetBorderColor()
321 u32 borderColorU32 = ref().m_BorderColor.ToPicaU32(); in SetBorderColor()
339 ref().m_BorderColor.Set(r, g, b, a); in SetBorderColor()
340 u32 borderColorU32 = ref().m_BorderColor.ToPicaU32(); in SetBorderColor()