Searched refs:Blue (Results 1 - 25 of 99) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleColour.h42 CMuleColour(const wxColour& colour) { Init(); Set(colour.Red(), colour.Green(), colour.Blue()); }
54 Set(wxcolour.Red(), wxcolour.Green(), wxcolour.Blue());
68 inline byte Blue() const { return m_blue; } function in class:CMuleColour
74 unsigned int blue = (unsigned int)(Blue() * ((flags & COLOUR_B) ? ((float)percentage/(float)100) : (float)1));
83 unsigned int blue = (unsigned int)(Blue() + (colour.Blue() * covered) + 0.5);
88 unsigned long GetULong() const { return (Blue() << 16) | (Green() << 8) | Red(); }
90 bool IsBlack() const { return !Red() && !Blue() && !Green(); }
92 bool IsSameAs(const CMuleColour& colour) const { return (Red() == colour.Red()) && (Green() == colour.Green()) && (Blue() == colour.Blue()); }
[all...]
H A DBarShader.cpp177 unsigned cBlue = m_Content[x].Blue();
198 unsigned cBlue = (unsigned)(m_Content[x].Blue() * m_Modifiers[y] + .5f);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcolour.cpp54 wxREADONLY_PROPERTY( Blue, unsigned char, Blue, EMPTY_MACROVALUE , 0 /*flags*/, wxT("Helpstring"), wxT("group"))
57 wxDIRECT_CONSTRUCTOR_3( wxColour, unsigned char, Red, unsigned char, Green, unsigned char, Blue )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcolourcmn.cpp76 (unsigned char)clr.Blue());
97 Red(), Green(), Blue());
103 Red(), Green(), Blue());
H A Dimagfill.cpp40 return c.Red() == r && c.Green() == g && c.Blue() == b ;
50 if ( fill.Red() == r && fill.Green() == g && fill.Blue() == b )
52 if ( bound.Red() == r && bound.Green() == g && bound.Blue() == b )
80 unsigned char b = fillColour.Blue();
183 || image->GetBlue(x,y) != testColour.Blue() )
H A Drgncmn.cpp155 transColour.Blue(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcolour.h38 unsigned char Blue() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmask.cpp51 wxImage image(imgSrc.ConvertToMono(clr.Red(), clr.Green(), clr.Blue()));
H A Dcolrdlgg.cpp270 blueSlider = new wxSlider(this, wxID_BLUE_SLIDER, colourData.m_dataColour.Blue(), 0, 255,
320 standardColours[i].Set(col.Red(), col.Green(), col.Blue());
361 colourData.m_dataColour.Set( curr.Red(), curr.Green(), curr.Blue() );
487 blueSlider->SetValue( standardColours[colourSelection].Blue() );
492 standardColours[colourSelection].Blue());
508 blueSlider->SetValue( customColours[colourSelection].Blue() );
513 customColours[colourSelection].Blue());
545 colourData.m_dataColour.Blue());
560 colourData.m_dataColour.Set((unsigned char)redSlider->GetValue(), colourData.m_dataColour.Green(), colourData.m_dataColour.Blue());
570 colourData.m_dataColour.Set(colourData.m_dataColour.Red(), (unsigned char)greenSlider->GetValue(), colourData.m_dataColour.Blue());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dcolour.h55 unsigned char Blue() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcolour.h41 unsigned char Blue() const { return m_blue; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcolour.h56 unsigned char Blue() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dcolour.h38 unsigned char Blue() const { return m_blue; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcolour.h43 unsigned char Blue() const { return m_blue; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dcolour.h42 unsigned char Blue(void) const { return m_cBlue; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dpalette.cpp81 currentdiff = abs ( col.Red() - red ) + abs( col.Green() - green ) + abs ( col.Blue() - blue ) ;
105 *blue = col.Blue() ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dpalette.cpp85 currentdiff = abs ( col.Red() - red ) + abs( col.Green() - green ) + abs ( col.Blue() - blue ) ;
109 *blue = col.Blue() ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dcaptionbar.cpp84 (unsigned char)((col.Blue() >> 1) + 20));
260 bstep = double((col2.Blue() - col1.Blue())) / double(size), bf = 0;
268 (unsigned char)(col1.Blue() + bf)
272 //currCol.Set(currCol.Red() + rstep, currCol.Green() + gstep, currCol.Blue() + bstep);
294 bstep = double((col2.Blue() - col1.Blue())) / double(size), bf = 0;
302 (unsigned char)(col1.Blue() + bf)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcolordlg.cpp80 rgb.b = colour.Blue();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dcolour.h43 unsigned char Blue() const { return m_blue; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dcolour.h48 unsigned char Blue() const { return m_blue; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dcolour.h58 unsigned char Blue() const { return m_blue; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcolour.h102 virtual ChannelType Blue() const = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcolour.cpp95 color.blue = (unsigned short) Blue ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dsettings.cpp200 (unsigned char) (faceColour.Blue() * 0.666));
290 if (hclr.Red() > 200 && hclr.Green() > 200 && hclr.Blue() > 200)

Completed in 404 milliseconds

1234