Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Picture.cpp80 m_VtxColors[i] = pBlock->vtxCols[i]; in Picture()
236 return m_VtxColors[idx]; in GetVtxColor()
247 m_VtxColors[idx] = value; in SetVtxColor()
253 return internal::GetVtxColorElement(m_VtxColors, idx); in GetVtxColorElement()
259 internal::SetVtxColorElement(m_VtxColors, idx, value); in SetVtxColorElement()
287 m_VtxColors); in DrawSelf()
Dlyt_DrawerUniform.cpp360 pDrawer->SetUpVtxColors( m_VtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Picture.h310 ut::Color8 m_VtxColors[VERTEXCOLOR_MAX]; variable