Searched refs:blue (Results 101 - 125 of 241) sorted by relevance

12345678910

/haiku/headers/os/add-ons/graphics/
H A DGraphicsCard.h126 uchar blue[256]; member in struct:__anon11
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.cpp97 CamSensor::SetVideoParams(float brightness, float contrast, float hue, float red, float green, float blue) argument
H A DCamSensor.h41 virtual status_t SetVideoParams(float brightness, float contrast, float hue, float red, float green, float blue);
/haiku/src/preferences/appearance/
H A DColorWhichItem.cpp68 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
H A DAPRView.cpp386 if (keyboardNav.blue >= max_c(keyboardNav.red, keyboardNav.green))
388 else if (keyboardNav.red >= max_c(keyboardNav.green, keyboardNav.blue))
389 keyboardNav.green = keyboardNav.blue = 0;
391 keyboardNav.red = keyboardNav.blue = 0;
/haiku/src/kits/shared/
H A DColorItem.cpp74 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp262 color.blue = (paint->color >> 16) & 0xFF;
308 stopColor.blue = (paint->gradient->stops[i].color >> 16) & 0xFF;
317 color.blue = step->color.blue;
/haiku/src/add-ons/accelerants/s3/
H A Dregister_io.cpp224 void WriteIndexedColor(uint8 index, uint8 red, uint8 green, uint8 blue) argument
227 // color, and arguments red, green, & blue are the components of the color.
238 WritePIO_8(0x3c9, blue);
243 OUTREG8(0x83c9, blue);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp62 a.blue = (uint8)(b.blue * alphaInv + a.blue * alpha);
/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp72 color.blue = (uint8)(255.0 * b);
163 RGB_to_HSV(color.red / 255.0, color.green / 255.0, color.blue / 255.0,
318 color.blue = (uint8)(b * 255.0);
/haiku/src/servers/app/drawing/
H A DOverlay.cpp253 fWindow.blue.value = colorKey.blue >> colorShift;
257 fWindow.blue.mask = 0xff >> colorShift;
/haiku/src/apps/processcontroller/
H A DUtilities.cpp105 target.blue = (uint8)(second.blue * mix + (1. - mix) * first.blue);
/haiku/headers/os/interface/
H A DView.h267 void SetViewColor(uchar red, uchar green, uchar blue,
296 void SetHighColor(uchar red, uchar green, uchar blue,
305 void SetLowColor(uchar red, uchar green, uchar blue,
806 BView::SetViewColor(uchar red, uchar green, uchar blue, uchar alpha) argument
811 color.blue = blue;
818 BView::SetHighColor(uchar red, uchar green, uchar blue, uchar alpha) argument
823 color.blue = blue;
830 BView::SetLowColor(uchar red, uchar green, uchar blue, ucha argument
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dpen.c11 { 0, 0, 224 }, // blue
21 { 64, 64, 255 }, // blue
53 col->blue = ramp6[index % 6];
63 col->blue = ramp24[index];
76 col->blue = CSI_ARG(args[2]);
140 state->default_fg.red = state->default_fg.green = state->default_fg.blue = 240;
141 state->default_bg.red = state->default_bg.green = state->default_bg.blue = 0;
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp431 c[2] = from->color.blue;
473 uint16 fromBlue = kGammaTable[from->color.blue];
476 uint16 toBlue = kGammaTable[to->color.blue];
497 c[2] = (uint8)floor(from->color.blue * f + to->color.blue * t + 0.5);
513 c[2] = from->color.blue;
606 step->color.blue,
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_bes.c522 ow->red.value, ow->green.value, ow->blue.value, ow->alpha.value));
524 ow->red.mask, ow->green.mask, ow->blue.mask, ow->alpha.mask));
652 PCIGRPHW(COLKEY_B, (ow->blue.value & ow->blue.mask));
677 bi.colkey_b = (ow->blue.value & ow->blue.mask);
/haiku/src/apps/serialconnect/
H A DTermView.cpp107 foreground.blue = cell.fg.blue;
111 background.blue = cell.bg.blue;
353 background.blue = cell.bg.blue;
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp184 color.green = color.blue = color.red;
194 color.green = color.blue = color.red;
198 || !buffer.Read(color.blue))
250 color.green = color.blue = color.red;
260 color.green = color.blue = color.red;
264 || !buffer.Read(color.blue)) {
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp251 state->color.blue = (colorInt & 0x0000ff);
338 shadow.blue = 0;
344 color.blue = 255;
/haiku/src/kits/tracker/
H A DTrackerSettings.cpp45 #define RGBTOHEX(c) ((c.alpha << 24) | (c.red << 16) | (c.green << 8) | (c.blue))
109 color.blue = static_cast<uchar>(value & 0xff);
118 | color.blue;
/haiku/headers/private/interface/
H A DPrivateScreen.h50 uint8 blue, uint8 alpha);
/haiku/src/preferences/network/
H A DServiceListItem.cpp81 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
/haiku/src/apps/terminal/
H A DPrefHandler.cpp302 scheme->ansi_colors.blue = getRGB(PREF_ANSI_BLUE_COLOR);
310 scheme->ansi_colors_h.blue = getRGB(PREF_ANSI_BLUE_HCOLOR);
400 col.blue = b;
457 snprintf(buffer, sizeof(buffer), "%d, %d, %d", data.red, data.green, data.blue);
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingMode.h190 brightness_for(uint8 red, uint8 green, uint8 blue) argument
192 // brightness = 0.301 * red + 0.586 * green + 0.113 * blue
194 // brightness = (308 * red + 600 * green + 116 * blue) / 1024
195 return uint8((308 * red + 600 * green + 116 * blue) / 1024);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp61 if (highColor.red + highColor.green + highColor.blue < 128 * 3)
86 if (lowColor.red + lowColor.green + lowColor.blue > 128 * 3)

Completed in 118 milliseconds

12345678910