Home
last modified time | relevance | path

Searched +defs:grey +defs:colors (Results 1 – 25 of 54) sorted by relevance

123

/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dcolor_hist.c32 void Rast_make_histogram_eq_colors(struct Colors *colors, in Rast_make_histogram_eq_colors()
39 int x, grey; in Rast_make_histogram_eq_colors() local
101 void Rast_make_histogram_log_colors(struct Colors *colors, in Rast_make_histogram_log_colors()
109 int x, grey; in Rast_make_histogram_log_colors() local
/dports/devel/R-cran-crayon/crayon/R/
H A Dmachinery.r41 ansi_style_from_r_color <- function(color, bg, num_colors, grey) { argument
56 style_from_rgb <- function(rgb, bg, num_colors, grey) { argument
131 make_style <- function(..., bg = FALSE, grey = FALSE, argument
132 colors = num_colors()) { argument
/dports/devel/z88dk/z88dk/include/
H A Dtvc.h26 enum colors {black = 0x00, blue = 0x01, red = 0x04, purple = 0x05, enum
27 green = 0x10, cyan = 0x11, brown = 0x14, grey = 0x15, enumerator
/dports/math/freefem++/FreeFem-sources-4.6/src/Graphics/
H A DDefColor.cpp63 int k,int nb, bool hsv,bool grey,int nbcolors,float *colors) in DefColor()
/dports/sysutils/cfengine-devel/core-d08ae9eff/contrib/agentsvg/
H A Dgenerate_all.py7 grey = "#92B3B7" variable
33 colors = [orange_blue, blue_blue, orange_green, green_blue, grey_blue, dark_mode] variable
/dports/audio/bamp-lv2/BAmp-fe91b838f2ec801df55b12ffbdf6c6a4ab4ef093/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/bsequencer-lv2/BSEQuencer-1.8.10/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/bshapr-lv2/BShapr-0.13/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/bangr-lv2/BAngr-1.6.0/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/boops-lv2/BOops-1.8.2/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/BWidgets/
H A DBColors.hpp133 const Color grey = Color (0.5, 0.5, 0.5, 1.0); variable
198 std::vector<Color> colors; member in BColors::ColorSet
/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A DIMG_tga.c92 int grey = 0; in IMG_LoadTGA_RW() local
209 SDL_Color *colors = img->format->palette->colors; in IMG_LoadTGA_RW() local
244 SDL_Color *colors = img->format->palette->colors; in IMG_LoadTGA_RW() local
/dports/graphics/sdl_image/SDL_image-1.2.12/
H A DIMG_tga.c96 int grey = 0; in IMG_LoadTGA_RW() local
211 SDL_Color *colors = img->format->palette->colors; in IMG_LoadTGA_RW() local
246 SDL_Color *colors = img->format->palette->colors; in IMG_LoadTGA_RW() local
/dports/print/pnm2ppa/pnm2ppa-1.13/
H A Dimage.h45 grey enumerator
51 int colors; /* for ppm and pgm formats (usually 255) */ member
/dports/devel/R-cran-cli/cli/R/
H A Dansi.R218 make_ansi_style <- function(..., bg = FALSE, grey = FALSE, argument
219 colors = num_ansi_colors()) { argument
271 ansi_style_from_r_color <- function(color, bg, num_colors, grey) { argument
283 ansi_style_from_rgb <- function(rgb, bg, num_colors, grey) { argument
311 ansi256 <- function(rgb, bg = FALSE, grey = FALSE) { argument
/dports/games/ballerburg/ballerburg-1.2.0/src/
H A Dsdlgui.c45 static inline int SDL_SetColors(SDL_Surface *surface, SDL_Color *colors, in SDL_SetColors()
326 Uint32 grey = SDL_MapRGB(pSdlGuiScrn->format,192,192,192); in SDLGui_DrawBox() local
543 Uint32 grey, cursorCol; in SDLGui_EditField() local
819 Uint32 grey; in SDLGui_DoDialog() local
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/tree/
H A Dnode_drawing.cpp13 namespace colors namespace
24 static QColor grey(150, 150, 150); variable
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dxpm.c256 *grey, in ReadXPMImage() local
291 colors, in ReadXPMImage() local
702 colors; in WritePICONImage() local
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dxpm.c256 *grey, in ReadXPMImage() local
291 colors, in ReadXPMImage() local
702 colors; in WritePICONImage() local
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dxpm.c251 *grey, in ReadXPMImage() local
289 colors, in ReadXPMImage() local
725 colors; in WritePICONImage() local
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dxpm.c251 *grey, in ReadXPMImage() local
289 colors, in ReadXPMImage() local
725 colors; in WritePICONImage() local

123