- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 637 for palette (0.35 sec)
-
docs/vendor/fontawesome-free-5.15.2-web/svgs/solid/palette.svg
palette.svg...
SVG Image - Registered: 2022-08-02 09:01 - Last Modified: 2021-01-27 23:30 - 741 bytes - Viewed (0) -
httpie/output/ui/palette.py
Python - Registered: 2022-08-15 16:10 - Last Modified: 2022-05-05 18:17 - 7.1K bytes - Viewed (0) -
httpie/output/ui/rich_palette.py
from collections import ChainMap from typing import TYPE_CHECKING, Any, Optional if TYPE_CHECKING: from rich.theme import Theme from httpie.output.ui.palette import GenericColor, PieStyle, Styles, ColorString, _StyledGenericColor # noqa RICH_BOLD = ColorString('bold') # Rich-specific color code declarations # <https://github.com/Textualize/rich/blob/fcd684dd3a482977cab620e71ccaebb94bf13ac9/rich/default_styles.py> CUSTOM_STYLES = {
Python - Registered: 2022-08-15 16:10 - Last Modified: 2022-05-05 18:17 - 2.2K bytes - Viewed (0) -
3rdparty/libpng/arm/palette_neon_intrinsics.c
#endif /* Build an RGBA8 palette from the separate RGB and alpha palettes. */ void png_riffle_palette_neon(png_structrp png_ptr) { png_const_colorp palette = png_ptr->palette; png_bytep riffled_palette = png_ptr->riffled_palette; png_const_bytep trans_alpha = png_ptr->trans_alpha; int num_trans = png_ptr->num_trans; int i; png_debug(1, "in png_riffle_palette_neon"); /* Initially black, opaque. */
C - Registered: 2022-08-12 05:16 - Last Modified: 2019-06-03 11:49 - 4.5K bytes - Viewed (0) -
docs_app/src/styles/rxjs-theme.scss
@include mat.core(); // Define the palettes for your theme using the Material Design palettes available in palette.scss // (imported above). For each palette, you can optionally specify a default, lighter, and darker // hue. $rxjs-primary: mat.define-palette(mat.$pink-palette, 700, 600, 800); $rxjs-accent: mat.define-palette(mat.$red-palette, 700, 600, 800); // The warn palette is optional (defaults to red).
Plain Text - Registered: 2022-08-14 20:54 - Last Modified: 2022-01-14 17:24 - 1.1K bytes - Viewed (0) -
integration/ng-update-v13/src/styles.scss.expected
@include mat.core(); // Define the palettes for your theme using the Material Design palettes available in palette.scss // (imported above). For each palette, you can optionally specify a default, lighter, and darker // hue. Available color palettes: https://material.io/design/color/ $ng-update-primary: mat.define-palette(mat.$indigo-palette); $ng-update-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
Plain Text - Registered: 2022-08-14 16:47 - Last Modified: 2021-10-13 19:07 - 1.6K bytes - Viewed (0) -
docs/spec/colors.en-US.md
### Neutral Color Palette ```__react import Palette from '../../site/theme/template/Color/Palette'; ReactDOM.render(<Palette color={{ name: 'gray', count: 13 }} direction="horizontal" />, mountNode); ``` ### Data Visualization Color Palette
Plain Text - Registered: 2022-06-07 14:58 - Last Modified: 2021-02-05 14:22 - 6K bytes - Viewed (0) -
integration/ng-update-v13/src/styles.scss
@include mat.core(); // Define the palettes for your theme using the Material Design palettes available in palette.scss // (imported above). For each palette, you can optionally specify a default, lighter, and darker // hue. Available color palettes: https://material.io/design/color/ $ng-update-primary: mat.define-palette(mat.$indigo-palette); $ng-update-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
Plain Text - Registered: 2022-08-14 16:47 - Last Modified: 2021-10-13 19:07 - 1.6K bytes - Viewed (0) -
docs/data/joy/guides/using-joy-ui-and-material-ui/using-joy-ui-and-material-ui-pt.md
Plain Text - Registered: 2022-08-15 19:27 - Last Modified: 2022-08-15 12:38 - 8.7K bytes - Viewed (0) -
docs/data/joy/guides/using-joy-ui-and-material-ui/using-joy-ui-and-material-ui-zh.md
Plain Text - Registered: 2022-08-15 19:27 - Last Modified: 2022-08-15 12:38 - 8.7K bytes - Viewed (0)