| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces.rst | 60 colors are specified with lower case 'x' and 'y', then the CIE xyY 68 A monitor or TV will reproduce colors by emitting light at three 86 To recapitulate: the CIE XYZ colorspace uniquely identifies colors. 89 constructed that transforms CIE XYZ colors to colors in the new 101 colors used in graphics are all R'G'B', except in openGL which uses 103 provide linear RGB colors or to use the built-in openGL support to apply 124 all colors that humans can perceive, but the transform to another 125 colorspace will produce colors that are outside the [0…1] range. Once 126 clamped to the [0…1] range those colors can no longer be reproduced in 155 If you want to read more about colors and colorspaces, then the
|
| H A D | colorspaces-details.rst | 18 range. The chromaticities of the primary colors and the white reference 95 quantization is limited range. The chromaticities of the primary colors 219 The chromaticities of the primary colors and the white reference are: 298 The chromaticities of the primary colors and the white reference are: 360 The chromaticities of the primary colors and the white reference are: 460 The chromaticities of the primary colors and the white reference are: 510 quantization is limited range. The chromaticities of the primary colors 578 limited range. The chromaticities of the primary colors and the white 655 range. The chromaticities of the primary colors and the white reference 721 formats. The chromaticities of the primary colors and the white
|
| H A D | hsv-formats.rst | 11 in a geometrical representation. The colors are mapped into a
|
| H A D | ext-ctrls-camera.rst | 291 generally cools down the colors and corresponds approximately to 307 It slightly warms up the colors and corresponds roughly to 415 - Dawn and dusk. Preserves the colors seen in low natural light 420 - Fall colors. Increases saturation and adjusts white balance for
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-config.txt | 77 [colors] 141 To change colors of selected line to other foreground and background colors 144 % perf config --system colors.selected=yellow,green 165 colors.*:: 166 The variables for customizing the colors used in the output for the 168 foreground and background colors, separated by a comma, for example: 177 Available colors: 181 colors.top:: 183 And values of this variable specify percentage colors [all...] |
| H A D | perfconfig.example | 1 [colors]
|
| /linux/drivers/video/logo/ |
| H A D | pnmtologo.c | 26 #define LINUX_LOGO_VGA16 2 /* 16 colors VGA text palette */ 27 #define LINUX_LOGO_CLUT224 3 /* 224 colors */ 317 die("Image must use the 16 console colors only\n" in write_logo_vga16() 319 "of colors\n"); in write_logo_vga16() 357 die("Image has more than %d colors\n" in write_logo_clut224() 358 "Use ppmquant(1) to reduce the number of colors\n", in write_logo_clut224() 435 " vga16 : 16 colors VGA text palette\n" in usage() 436 " clut224 : 224 colors (default)\n" in usage()
|
| H A D | clut_vga16.ppm | 2 # Standard console colors
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_logo.c | 35 /* palette_cmap provides space for only 16 colors at once */ in fb_set_logocmap() 64 * 16 colors long. in fb_set_logo_truepalette() 149 * Three (3) kinds of logo maps exist. linux_logo_clut224 (>16 colors), 150 * linux_logo_vga16 (16 colors) and linux_logo_mono (2 colors). Depending on 155 * Color exceeds the number of console colors (16), thus we set the hardware DAC 163 * The number of colors just matches the console colors, thus there is no need
|
| /linux/Documentation/leds/ |
| H A D | leds-class-multicolor.rst | 16 The multicolor class presents files that groups the colors as indexes in an 22 colors will be arbitrary. The ``multi_index`` file can be read to determine the 25 The ``multi_index`` file is an array that contains the string list of the colors as
|
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | its_permutations.py | 54 # Define patterns and their corresponding colors 66 # Apply colors based on patterns
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_hw.h | 34 Pal1Bit = 2, /* 2 colors for 1 Bit Palette */ 35 Pal2Bit = 4, /* 4 colors for 2 bit palette */ 36 Pal4Bit = 16, /* 16 colors for 4 bit palette */ 37 Pal8Bit = 256 /* 256 colors for 16 bit palette */
|
| /linux/Documentation/fb/ |
| H A D | vesafb.rst | 44 colors 640x480 800x600 1024x768 1280x1024 61 colors 640x480 800x600 1024x768 1280x1024 72 1024x768x256 colors you have to say "305" at this prompt.
|
| H A D | matroxfb.rst | 198 inverse invert colors on screen (for LCD displays) 199 noinverse show true colors on screen. It is default. 218 can paint colors. 354 - text mode uses 6 bit VGA palette instead of 8 bit (one of 262144 colors 355 instead of one of 16M colors). It is due to hardware limitation of
|
| /linux/include/linux/ |
| H A D | console_struct.h | 36 * @color: foreground & background colors 40 * @reverse: reversed foreground/background colors 141 unsigned char vc_def_color; /* Default colors */
|
| /linux/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 248 # Define text colors 249 # Check available colors on the terminal, if any 250 ncolors=`tput colors 2>/dev/null || echo 0` 255 # If stdout exists and number of colors is eight or more, use them
|
| /linux/drivers/media/common/v4l2-tpg/ |
| H A D | Makefile | 2 v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o
|
| /linux/arch/arc/mm/ |
| H A D | cache.c | 32 unsigned int sz_k, line_len, colors; member 120 p_ic->colors = p_ic->sz_k/assoc/TO_KB(PAGE_SIZE); in arc_cache_mumbojumbo() 125 p_ic->colors > 1 ? " aliasing" : "", in arc_cache_mumbojumbo() 137 p_dc->colors = p_dc->sz_k/assoc/TO_KB(PAGE_SIZE); in arc_cache_mumbojumbo() 141 p_dc->colors = 1; /* PIPT so can't VIPT alias */ in arc_cache_mumbojumbo() 1011 if (is_isa_arcv2() && ic->colors > 1) in arc_cache_init_master() 1028 if (is_isa_arcompact() && dc->colors > 1) { in arc_cache_init_master()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-led-multicolor | 7 The multi_index array, when read, will output the LED colors
|
| /linux/Documentation/admin-guide/auxdisplay/ |
| H A D | ks0108.rst | 35 :Colors: 2 (B/N)
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-driver-speakup | 244 What: /sys/accessibility/speakup/i18n/colors 248 name of the foreground and background colors. These names come 249 from the i18n/colors file.
|
| /linux/Documentation/arch/s390/ |
| H A D | 3270.ChangeLog | 3 Sep 2002: Get bootup colors right on 3270 console
|
| /linux/Documentation/admin-guide/ |
| H A D | spkguide.txt | 399 colors 1005 * colors: 1007 foreground and background colors. These names come from the i18n/colors 1049 For example, if you view the file /speakup/i18n/colors, you will see the 1065 cp ~/my_colors /speakup/i18n/colors 1070 Looking at the colors file, we see that the name "blue" is at position 1 1071 within the colors group. Let's change blue to azul: 1072 echo '1 azul' > /speakup/i18n/colors 1073 The next time that Speakup says message 1 from the colors group, it will
|
| /linux/Documentation/arch/m68k/ |
| H A D | kernel-options.rst | 440 of colors possible. (Or, the other way round: The number of colors is 456 (256 colors) on graphic cards 465 normal colors, i.e. 0=white, 1=black 467 inverted colors, i.e. 0=black, 1=white 487 thus you have to set appropriate colors before you start Linux. But if
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | lg-laptop.rst | 27 reader mode. In this mode the screen colors change (blue color reduced),
|