Searched refs:blue (Results 1 – 12 of 12) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_FrameBuffer.cpp | 43 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(color.b, 0.0f, 1.0f) * 255.f ); in ColorToRGBA8() local 46 return (alpha) | (blue << 8) | (green << 16) | (red << 24); in ColorToRGBA8() 62 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(color.b, 0.0f, 1.0f) * 31.f ); in ColorToRGB5A1() local 65 return static_cast<u16>( (alpha) | (blue << 1) | (green << 6) | (red << 11) ); in ColorToRGB5A1() 81 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(color.b, 0.0f, 1.0f) * 31.f ); in ColorToRGB565() local 83 return static_cast<u16>( (blue) | (green << 5) | (red << 11) ); in ColorToRGB565() 99 u8 blue = static_cast<u8>( 0.5f + nw::ut::Clamp(color.b, 0.0f, 1.0f) * 15.f ); in ColorToRGBA4() local 102 return static_cast<u16>( (alpha) | (blue << 4) | (green << 8) | (red << 12) ); in ColorToRGBA4()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Color.h | 79 /* ctor */ /*implicit*/ Color8(s32 red, s32 green, s32 blue, s32 alpha) in Color8() 82 b(static_cast<u8>(blue)), in Color8() 458 s32 blue, 463 b = static_cast<u8>(blue); 615 /* ctor */ FloatColor(f32 red, f32 green, f32 blue, f32 alpha) in FloatColor() 616 : r(red), g(green), b(blue), a(alpha) in FloatColor() 940 f32 blue, 945 b = blue; 960 f32 blue) in SetColor() 962 this->Set(red, green, blue, a); in SetColor() [all …]
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_RectDrawerCommand.h | 259 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument 261 red, green, blue, alpha, depthMask ), \
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_GraphicsDevice.h | 192 static NW_INLINE void SetColorMask(bool red, bool green, bool blue, bool alpha); 1002 GraphicsDevice::SetColorMask(bool red, bool green, bool blue, bool alpha) in SetColorMask() argument 1006 (u32(blue) << 2) | in SetColorMask()
|
| /NW4C-2.0.3/documents/Graphics/css/ |
| D | mainpage.css | 90 color : blue;
|
| /NW4C-2.0.3/documents/IntermediateFileFormat/html/css/ |
| D | top.css | 74 color : blue;
|
| D | contents.css | 86 color : blue;
|
| D | mainpage.css | 88 color : blue;
|
| D | kind.css | 87 color : blue;
|
| /NW4C-2.0.3/documents/LayoutEditor/html/css/ |
| D | mainpage.css | 88 color : blue;
|
| /NW4C-2.0.3/documents/CreativeStudio/html/assets/ |
| D | treeview-skin.css | 212 background-color:blue;
|
| D | yahoo-dom-event.js | 10 …"f0f",green:"008000",lime:"0f0",olive:"808000",yellow:"ff0",navy:"000080",blue:"00f",teal:"008080"… property
|