Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmButton.cpp37 m_OnColor( nw::ut::Color8::BLACK ), in SmButton()
46 m_Button->SetVertex( 0, x, y, nw::ut::Color8::BLACK ); in SmButton()
47 m_Button->SetVertex( 1, x, y + h, nw::ut::Color8::BLACK ); in SmButton()
48 m_Button->SetVertex( 2, x + w, y, nw::ut::Color8::BLACK ); in SmButton()
49 m_Button->SetVertex( 3, x + w, y + h, nw::ut::Color8::BLACK ); in SmButton()
DSmSliderBar.cpp56 m_Bar->SetVertex( 0, x - SM_BAR_HALF_SIZE, y, nw::ut::Color8::BLACK ); in SmSliderBar()
57 m_Bar->SetVertex( 1, x - SM_BAR_HALF_SIZE, y + length, nw::ut::Color8::BLACK ); in SmSliderBar()
58 m_Bar->SetVertex( 2, x + SM_BAR_HALF_SIZE, y, nw::ut::Color8::BLACK ); in SmSliderBar()
59 m_Bar->SetVertex( 3, x + SM_BAR_HALF_SIZE, y + length, nw::ut::Color8::BLACK ); in SmSliderBar()
/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp273 this->InitializeContext(context, buffer, ut::Color8::BLACK, bgColor, direction); in Erase()
855 this->SetBackgroundColor(nw::ut::Color8::BLACK); in Initialize()
/NW4C-2.0.3/include/nw/ut/
Dut_Color.h48 static const u32 BLACK = 0x000000FF; //!< 黒色の定数です。 member