Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResFog.h54 nw::ut::ResFloatColor m_Color; member
Dgfx_ResProceduralTexture.h81 ResProceduralColorData m_Color; member
/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp1004 m_Color = color; in SetColor()
1010 m_Color = ut::Color(r, g, b, 255 /* unused */); in SetColor()
1016 return m_Color; in GetColor()
1065 …pixelWriter.DrawString(m_Buffer, m_Direction, m_Color, m_BackgroundColor, x, y, str, turnOver, bac… in DrawString()
/NW4C-2.0.3/include/nw/dev/
Ddev_DirectPrint.h358 ut::Color8 m_Color; variable