Home
last modified time | relevance | path

Searched defs:blue (Results 101 – 125 of 12052) sorted by relevance

12345678910>>...483

/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/pynche/
H A DStripViewer.py63 def constant_red_generator(numchips, red, green, blue): argument
68 def constant_green_generator(numchips, red, green, blue): argument
73 def constant_blue_generator(numchips, red, green, blue): argument
78 def constant_cyan_generator(numchips, red, green, blue): argument
83 def constant_magenta_generator(numchips, red, green, blue): argument
88 def constant_yellow_generator(numchips, red, green, blue): argument
291 def update_yourself(self, red, green, blue): argument
396 def update_yourself(self, red, green, blue): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/widget_kit_extension/resources/widget_search_bar_color.colorset/
H A DContents.json8 "blue" : "0.957", string
26 "blue" : "0.957", string
44 "blue" : "0.262", string
62 "blue" : "0.877", string
84 "blue" : "0.877", string
106 "blue" : "0.262", string
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/widget_kit_extension/resources/widget_text_color.colorset/
H A DContents.json8 "blue" : "0.406", string
26 "blue" : "0.406", string
44 "blue" : "0.774", string
62 "blue" : "0.000", string
84 "blue" : "0.000", string
106 "blue" : "1.000", string
/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dimagesource_devicen_preview.cpp31 …_Preview::ISDeviceN_Colorant_Preview(const char *longname,int red, int green, int blue, char alias) in ISDeviceN_Colorant_Preview()
134 ISDataType red,green,blue; member in ISDeviceNPreview_Colorant
162 unsigned int red=IS_SAMPLEMAX,green=IS_SAMPLEMAX,blue=IS_SAMPLEMAX; in GetRow() local
182 unsigned int red=IS_SAMPLEMAX,green=IS_SAMPLEMAX,blue=IS_SAMPLEMAX; in GetRow() local
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/builtin/functions/color/
H A Drgb.rs61 let blue = match channels.pop() { in inner_rgb() localVariable
223 let blue = args.get_err(2, "blue")?; in inner_rgb() localVariable
302 let blue = match blue { in inner_rgb() localVariable
386 pub(crate) fn blue(mut args: CallArgs, parser: &mut Parser) -> SassResult<Value> { in blue() function
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/interface/
H A DColour.h10 Colour(unsigned char red, unsigned char green, unsigned char blue): in Colour()
14 Colour(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha): in Colour()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkColor.h49 vtkColor3(const T& red, const T& green, const T& blue) in vtkColor3()
60 void Set(const T& red, const T& green, const T& blue) in Set()
91 void SetBlue(const T& blue) { this->Data[2] = blue; } in SetBlue()
117 vtkColor4(const T& red, const T& green, const T& blue, const T& alpha) in vtkColor4()
129 void Set(const T& red, const T& green, const T& blue) in Set()
141 void Set(const T& red, const T& green, const T& blue, const T& alpha) in Set()
173 void SetBlue(const T& blue) { this->Data[2] = blue; } in SetBlue()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkColor.h46 vtkColor3(const T& red, const T& green, const T& blue) in vtkColor3()
55 void Set(const T& red, const T& green, const T& blue) in Set()
80 void SetBlue(const T& blue) { this->Data[2] = blue; } in SetBlue()
117 vtkColor4(const T& red, const T& green, const T& blue, const T& alpha) in vtkColor4()
127 void Set(const T& red, const T& green, const T& blue) in Set()
136 void Set(const T& red, const T& green, const T& blue, const T& alpha) in Set()
162 void SetBlue(const T& blue) { this->Data[2] = blue; } in SetBlue()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/color/
H A Ddcolor.h69 DColor(int red, int green, int blue, int alpha, bool sixteenBit) in DColor()
111 int blue() const in blue() function
136 void setBlue (int blue) in setBlue()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/color/
H A Dcolor.c267 float *red, float *green, float *blue) in al_color_hsv_to_rgb()
294 void al_color_rgb_to_hsv(float red, float green, float blue, in al_color_rgb_to_hsv()
368 float *red, float *green, float *blue) in al_color_hsl_to_rgb()
389 void al_color_rgb_to_hsl(float red, float green, float blue, in al_color_rgb_to_hsl()
447 float key, float *red, float *green, float *blue) in al_color_cmyk_to_rgb()
491 float *red, float *green, float *blue) in al_color_yuv_to_rgb()
539 float *red, float *green, float *blue) in al_color_html_to_rgb()
608 float *red, float *green, float *blue) in al_color_xyz_to_rgb()
658 float *red, float *green, float *blue) in al_color_lab_to_rgb()
696 float *red, float *green, float *blue) in al_color_lch_to_rgb()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/
H A DFEColorMatrix.cpp76 inline void matrix(double& red, double& green, double& blue, double& alpha, const Vector<float>& va… in matrix()
89 inline void saturate(double& red, double& green, double& blue, const float& s) in saturate()
100 inline void huerotate(double& red, double& green, double& blue, const float& hue) in huerotate()
119 inline void luminance(double& red, double& green, double& blue, double& alpha) in luminance()
134 double blue = pixelArray->get(pixelByteOffset + 2); in effectType() local
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dpalette.c171 int red, green, blue; in palette_table_multiply() local
208 int red, green, blue; in palette_table_screen() local
245 int red, green, blue; in palette_table_overlay() local
279 int red, green, blue; in palette_table_hardlight() local
317 int red, green, blue; in palette_table_dodge() local
374 int red, green, blue; in palette_table_half() local
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dpalette.c171 int red, green, blue; in palette_table_multiply() local
208 int red, green, blue; in palette_table_screen() local
245 int red, green, blue; in palette_table_overlay() local
279 int red, green, blue; in palette_table_hardlight() local
317 int red, green, blue; in palette_table_dodge() local
374 int red, green, blue; in palette_table_half() local
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dpalette.c131 int red, green, blue; in palette_table_multiply() local
168 int red, green, blue; in palette_table_screen() local
205 int red, green, blue; in palette_table_overlay() local
239 int red, green, blue; in palette_table_hardlight() local
277 int red, green, blue; in palette_table_dodge() local
334 int red, green, blue; in palette_table_half() local
/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_gamma.c93 int SDL_SetGamma(float red, float green, float blue) in SDL_SetGamma()
119 int SDL_GetGamma(float *red, float *green, float *blue) in SDL_GetGamma()
144 int SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue) in SDL_SetGammaRamp()
196 int SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue) in SDL_GetGammaRamp()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DColorDialog.java203 int blue = (rgb.blue << 16) & 0xFF0000; in open() local
223 int blue = (rgb.blue << 16) & 0xFF0000; in open() local
261 int blue = (color >> 16) & 0xFF; in open() local
269 int blue = (lpcc.rgbResult >> 16) & 0xFF; in open() local
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_gamma.c93 int SDL_SetGamma(float red, float green, float blue) in SDL_SetGamma()
119 int SDL_GetGamma(float *red, float *green, float *blue) in SDL_GetGamma()
144 int SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue) in SDL_SetGammaRamp()
196 int SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue) in SDL_GetGammaRamp()
/dports/x11/qimageblitz/qimageblitz-0.1.0/blitz/private/
H A Dinlinehsv.h73 inline void setRGB(int red, int green, int blue) in setRGB()
77 inline void setBlue(int blue){b = blue;} in setBlue()
80 inline int blue(){return(b);} in blue() function
93 inline void InlineHSV::convertRGB2HSV(int red, int green, int blue) in convertRGB2HSV()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-color.c71 uint8_t blue, in cogl_color_init_from_4ub()
87 uint8_t blue, in cogl_color_set_from_4ub()
97 float blue, in cogl_color_init_from_4f()
113 float blue, in cogl_color_set_from_4f()
247 unsigned char blue) in cogl_color_set_blue_byte()
254 float blue) in cogl_color_set_blue_float()
261 float blue) in cogl_color_set_blue()
331 float red, green, blue; in cogl_color_to_hsl() local
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-color.c70 uint8_t blue, in cogl_color_init_from_4ub()
86 uint8_t blue, in cogl_color_set_from_4ub()
96 float blue, in cogl_color_init_from_4f()
112 float blue, in cogl_color_set_from_4f()
246 unsigned char blue) in cogl_color_set_blue_byte()
253 float blue) in cogl_color_set_blue_float()
260 float blue) in cogl_color_set_blue()
330 float red, green, blue; in cogl_color_to_hsl() local
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dcolor-private.h49 blue, in IsColorEqual() local
121 blue, in MagickPixelLuma() local
139 blue, in MagickPixelLuminance() local
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dcolor-private.h49 blue, in IsColorEqual() local
121 blue, in MagickPixelLuma() local
139 blue, in MagickPixelLuminance() local
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dc_color.c39 int red, green, blue; in _pl_c_set_pen_color() local
203 int red, green, blue; in _pl_c_set_fill_color() local
277 int red, green, blue; in _pl_c_set_bg_color() local
/dports/graphics/cairo/cairo-1.17.4/test/
H A Dsolid-pattern-cache-stress.c85 double blue) in _draw()
110 double blue) in use_similar()
130 double blue) in use_image()
149 double blue) in use_solid()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_custom_CTabItem.java59 Color blue = cTabFolder.getDisplay().getSystemColor(SWT.COLOR_BLUE); in test_setForegroundLorg_eclipse_swt_graphics_Color() local
72 Color blue = cTabFolder.getDisplay().getSystemColor(SWT.COLOR_BLUE); in test_setSelectionForegroundLorg_eclipse_swt_graphics_Color() local

12345678910>>...483