Searched refs:green (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_FrameBuffer.cpp | 40 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(color.g, 0.0f, 1.0f) * 255.f ); in ColorToRGBA8() local 44 return (alpha) | (blue << 8) | (green << 16) | (red << 24); in ColorToRGBA8() 59 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(color.g, 0.0f, 1.0f) * 31.f ); in ColorToRGB5A1() local 63 return static_cast<u16>( (alpha) | (blue << 1) | (green << 6) | (red << 11) ); in ColorToRGB5A1() 78 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(color.g, 0.0f, 1.0f) * 63.f ); in ColorToRGB565() local 81 return static_cast<u16>( (blue) | (green << 5) | (red << 11) ); in ColorToRGB565() 96 u8 green = static_cast<u8>( 0.5f + nw::ut::Clamp(color.g, 0.0f, 1.0f) * 15.f ); in ColorToRGBA4() local 100 return static_cast<u16>( (alpha) | (blue << 4) | (green << 8) | (red << 12) ); in ColorToRGBA4()
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_Color.h | 77 /* ctor */ /*implicit*/ Color8(s32 red, s32 green, s32 blue, s32 alpha) in Color8() 79 g(static_cast<u8>(green)), in Color8() 455 s32 green, 460 g = static_cast<u8>(green); 613 /* ctor */ FloatColor(f32 red, f32 green, f32 blue, f32 alpha) in FloatColor() 614 : r(red), g(green), b(blue), a(alpha) in FloatColor() 937 f32 green, 942 g = green; 957 f32 green, in SetColor() 960 this->Set(red, green, blue, a); in SetColor() [all …]
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_RectDrawerCommand.h | 257 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument 259 red, green, blue, alpha, depthMask ), \
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_GraphicsDevice.h | 190 static NW_INLINE void SetColorMask(bool red, bool green, bool blue, bool alpha); 1000 GraphicsDevice::SetColorMask(bool red, bool green, bool blue, bool alpha) in SetColorMask() argument 1003 (u32(green) << 1) | in SetColorMask()
|
| /NW4C-1.3.3/documents/CreativeStudio/html/assets/ |
| D | yahoo-dom-event.js | 10 …8080",white:"fff",maroon:"800000",red:"f00",purple:"800080",fuchsia:"f0f",green:"008000",lime:"0f0… property
|