Searched refs:Blue (Results 26 - 50 of 99) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Ddockart.cpp81 b = c.Blue();
118 if (c.Red() < 128 && c.Green() < 128 && c.Blue() < 128)
131 img.Replace(255,255,255,color.Red(),color.Green(),color.Blue());
146 bd = end_color.Blue() - start_color.Blue();
160 b = start_color.Blue() + (high <= 0 ? 0 : (((i*bd*100)/high)/100));
216 (255-base_colour.Blue()) < 60)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp410 m_blue = m_pen.GetColour().Blue()/255.0;
560 pen.GetColour().Green() , pen.GetColour().Blue() ), Color.Transparent );
595 m_blue = brush.GetColour().Blue()/255.0;
601 brush.GetColour().Green() , brush.GetColour().Blue() ) );
629 brush.GetColour().Green() , brush.GetColour().Blue() ), Color.Transparent );
668 c1.Green()/255.0, c1.Blue()/255.0,c1.Alpha()/255.0);
670 c2.Green()/255.0, c2.Blue()/255.0,c2.Alpha()/255.0);
679 oColor.Green()/255.0, oColor.Blue()/255.0,oColor.Alpha()/255.0);
681 cColor.Green()/255.0, cColor.Blue()/255.0,cColor.Alpha()/255.0);
699 m_blue = col.Blue()/255.
[all...]
H A Dcaret.cpp287 backgroundColour.Blue() < 100)
H A Dclrpickerg.cpp122 wxColour colFg(~m_colour.Red(), ~m_colour.Green(), ~m_colour.Blue());
H A Dimaglist.cpp117 img.SetMaskColour(maskColour.Red(), maskColour.Green(), maskColour.Blue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcolour.cpp144 unsigned char wxColour::Blue() const function in class:wxColour
H A Dcursor.cpp282 int fg_intensity = fg.Red() + fg.Green() + fg.Blue();
283 int bg_intensity = bg.Red() + bg.Green() + bg.Blue();
H A Dminifram.cpp42 int r = c.Red(), g = c.Green(), b = c.Blue();
54 if (c.Red() < 128 && c.Green() < 128 && c.Blue() < 128)
H A Danimate.cpp398 guint32 col = (clr.Red() << 24) | (clr.Green() << 16) | (clr.Blue() << 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcolour.cpp200 unsigned char wxColour::Blue() const function in class:wxColour
H A Dcursor.cpp264 int fg_intensity = fg.Red() + fg.Green() + fg.Blue();
265 int bg_intensity = bg.Red() + bg.Green() + bg.Blue();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Drawbmp.h66 p.Blue() = b;
406 ChannelType& Blue() { return m_pRGB[PixelFormat::BLUE]; } function in class:wxPixelDataOut::wxPixelDataIn::Iterator
587 ChannelType& Blue() { return m_ptr[PixelFormat::BLUE]; } function in class:wxPixelDataOut::wxPixelDataIn::Iterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp395 p.Blue() = wxPy_premultiply(blue, alphaFill);
410 p.Blue() = wxPy_premultiply(blue, alphaOutline);
415 p.Blue() = wxPy_premultiply(blue, alphaOutline);
423 p.Blue() = wxPy_premultiply(blue, alphaOutline);
428 p.Blue() = wxPy_premultiply(blue, alphaOutline);
1376 return ColourDesired(c.Red(), c.Green(), c.Blue());
1382 return ColourDesired(c.Red(), c.Green(), c.Blue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp400 pen.GetColour().Green() , pen.GetColour().Blue() ), m_width );
524 pen.GetColour().Green() , pen.GetColour().Blue() ), Color::Transparent );
550 brush.GetColour().Green() , brush.GetColour().Blue() ) );
578 brush.GetColour().Green() , brush.GetColour().Blue() ), Color::Transparent );
609 Color( c1.Alpha(), c1.Red(),c1.Green() , c1.Blue() ),
610 Color( c2.Alpha(), c2.Red(),c2.Green() , c2.Blue() ));
623 b->SetCenterColor(Color( oColor.Alpha(), oColor.Red(),oColor.Green() , oColor.Blue() ));
625 Color colors[] = {Color( cColor.Alpha(), cColor.Red(),cColor.Green() , cColor.Blue() )};
744 col.Green() , col.Blue() ));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dwindow.cpp191 backColor = GR_RGB(m_backgroundColour.Red(), m_backgroundColour.Green(), m_backgroundColour.Blue());
192 foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue());
260 backColor = GR_RGB(m_backgroundColour.Red(), m_backgroundColour.Green(), m_backgroundColour.Blue());
261 foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue());
288 backColor = GR_RGB(m_backgroundColour.Red(), m_backgroundColour.Green(), m_backgroundColour.Blue());
289 foreColor = GR_RGB(m_foregroundColour.Red(), m_foregroundColour.Green(), m_foregroundColour.Blue());
H A Dcolour.cpp214 unsigned char wxColour::Blue() const function in class:wxColour
H A Dpango_x.cpp81 color.color.blue = colour.Blue() << 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/extended/
H A Dextended.cpp233 m_bslider1->SetValue(col.Blue());
238 m_bslider2->SetValue(col.Blue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dimaglist.cpp120 img.SetMaskColour( maskColour.Red(), maskColour.Green(), maskColour.Blue() );
H A Dgraphics.cpp303 pen.GetColour().Blue() / 255.0 , pen.GetColour().Alpha() / 255.0 } ;
424 m_patternColorComponents[2] = pen.GetColour().Blue() / 255.0;
569 brush.GetColour().Blue() / 255.0 , brush.GetColour().Alpha() / 255.0 } ;
582 m_patternColorComponents[2] = brush.GetColour().Blue() / 255.0;
707 m_gradientComponents[2] = c1.Blue() / 255.0;
711 m_gradientComponents[6] = c2.Blue() / 255.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp370 p.Blue() = b * a / 256;
404 p.Blue() = b;
859 wxRED_PEN->GetColour().Blue() );
901 wxRED_PEN->GetColour().Blue() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp769 m_textBackgroundColour.Green(), m_textBackgroundColour.Blue()));
775 m_textForegroundColour.Green(), m_textForegroundColour.Blue()));
777 m_textBackgroundColour.Green(), m_textBackgroundColour.Blue()));
1006 m_MGLDC->setColorRGB(clr.Red(), clr.Green(), clr.Blue());
1064 m_MGLDC->setColorRGB(fg.Red(), fg.Green(), fg.Blue());
1065 m_MGLDC->setBackColor(m_MGLDC->packColorFast(bg.Red(), bg.Green(), bg.Blue()));
1132 m_MGLDC->packColorFast(clr.Red(), clr.Green(), clr.Blue()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1049 (oldPenColour.Blue () == m_textBackgroundColour.Blue ()) &&
1086 (oldPenColour.Blue () == m_currentColour.Blue ()) &&
1446 unsigned char blue = colour.Blue ();
1518 (oldPenColour.Blue () == m_currentColour.Blue ()) &&
1761 (oldBrushColour.Blue () == m_currentColour.Blue ()) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcolour.tex14 A colour is an object representing a combination of Red, Green, and Blue (RGB) intensity values,
107 \membersection{wxColour::Blue}\label{wxcolourblue}
109 \constfunc{unsigned char}{Blue}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Ddxfrenderer.cpp659 glColor3f(c.Red()/255.0,c.Green()/255.0,c.Blue()/255.0);
668 glColor3f(c.Red()/255.0,c.Green()/255.0,c.Blue()/255.0);

Completed in 321 milliseconds

1234