Home
last modified time | relevance | path

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

/NW4C-1.3.3/documents/IntermediateFileFormat/html/css/
Dtop.css3 background-color : rgb(80, 140,255);
4 color : rgb(0,0,0);
12 color : rgb(255, 255, 255);
22 color : rgb(255, 255, 255);
68 color : rgb(50, 50, 150);
Dkind.css3 background-color : rgb(255,255,255);
4 color : rgb(0,0,0);
82 color : rgb(50, 100,240);
Dcontents.css3 background-color : rgb(255,255,255);
4 color : rgb(0,0,0);
Dmainpage.css3 background-color : rgb(255,255,255);
4 color : rgb(0,0,0);
/NW4C-1.3.3/documents/LayoutEditor/html/css/
Dmainpage.css3 background-color : rgb(255,255,255);
4 color : rgb(0,0,0);
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp602 m_ShapeCombiner.stage[ stageIndex ].rgb.combine = PICA_DATA_TEX_ENV_COMBINE_REPLACE; in InitializeShapeGraphicsState()
609 …m_ShapeCombiner.stage[ stageIndex ].rgb.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PRIMA… in InitializeShapeGraphicsState()
614 …m_ShapeCombiner.stage[ stageIndex ].rgb.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PREVI… in InitializeShapeGraphicsState()
618 …m_ShapeCombiner.stage[ stageIndex ].rgb.operand[ sourceIndex ] = PICA_DATA_OPE_RGB_SRC_COLOR;… in InitializeShapeGraphicsState()
622 m_ShapeCombiner.stage[ stageIndex ].rgb.scale = PICA_DATA_TEX_ENV_SCALE_1; in InitializeShapeGraphicsState()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp872 nw::ut::Color8 rgb = pMaterial->GetColor( tevStage.GetKonstSelRgb() ); in SetUpGLTexEnvUser() local
949 NW_LYT_CMD_DATA_COLOR_ALPHA( rgb, alpha ), in SetUpGLTexEnvUser()