Home
last modified time | relevance | path

Searched refs:GRAY (Results 251 – 275 of 2912) sorted by relevance

1...<<11121314151617181920>>...117

/dports/editors/calligra/calligra-3.2.1/po/hu/
H A Dkocolorspaces.po363 msgid "GRAY/Alpha8 Histogram"
364 msgstr "GRAY/Alfa8 hisztogram"
368 msgid "GRAY/Alpha16 Histogram"
369 msgstr "GRAY/Alpha16 hisztogram"
379 msgid "GRAY/Alpha 32 float Histogram"
380 msgstr "GRAY/Alfa 32 lebegő hisztogram"
/dports/editors/calligra/calligra-3.2.1/po/nn/
H A Dkocolorspaces.po363 msgid "GRAY/Alpha8 Histogram"
364 msgstr "GRAY/alfa8-histogram"
368 msgid "GRAY/Alpha16 Histogram"
369 msgstr "GRAY/alfa16-histogram"
378 msgid "GRAY/Alpha 32 float Histogram"
379 msgstr "GRAY/alfa32-histogram (flyttal)"
/dports/editors/calligra/calligra-3.2.1/po/et/
H A Dkocolorspaces.po362 msgid "GRAY/Alpha8 Histogram"
363 msgstr "GRAY/Alpha8 histogramm"
367 msgid "GRAY/Alpha16 Histogram"
368 msgstr "GRAY/Alpha16 histogramm"
377 msgid "GRAY/Alpha 32 float Histogram"
378 msgstr "GRAY/Alpha 32-bitise murdarvulise histogramm"
/dports/editors/calligra/calligra-3.2.1/po/id/
H A Dkocolorspaces.po361 msgid "GRAY/Alpha8 Histogram"
362 msgstr "Histogram GRAY/Alpha8"
366 msgid "GRAY/Alpha16 Histogram"
367 msgstr "Histogram GRAY/Alpha16"
376 msgid "GRAY/Alpha 32 float Histogram"
377 msgstr "Histogram ambang GRAY/Alpha 32"
/dports/editors/calligra/calligra-3.2.1/po/tr/
H A Dkocolorspaces.po365 msgid "GRAY/Alpha8 Histogram"
366 msgstr "GRAY/Alpha8 Histogram"
370 msgid "GRAY/Alpha16 Histogram"
371 msgstr "GRAY/Alpha16 Histogram"
380 msgid "GRAY/Alpha 32 float Histogram"
381 msgstr "GRAY/Alpha 32 kayan nokta Histogram"
/dports/editors/calligra/calligra-3.2.1/po/cs/
H A Dkocolorspaces.po362 msgid "GRAY/Alpha8 Histogram"
363 msgstr "Histogram GRAY/Alpha8"
367 msgid "GRAY/Alpha16 Histogram"
368 msgstr "Histogram GRAY/Alpha16"
377 msgid "GRAY/Alpha 32 float Histogram"
378 msgstr "Histogram GRAY/Alpha 32 float"
/dports/editors/calligra/calligra-3.2.1/po/da/
H A Dkocolorspaces.po361 msgid "GRAY/Alpha8 Histogram"
362 msgstr "GRAY/Alpha8-histogram"
366 msgid "GRAY/Alpha16 Histogram"
367 msgstr "GRAY/Alpha16-histogram"
376 msgid "GRAY/Alpha 32 float Histogram"
377 msgstr "GRAY/Alpha 32-decimaltal-histogram"
/dports/editors/calligra/calligra-3.2.1/po/bs/
H A Dkocolorspaces.po360 msgid "GRAY/Alpha8 Histogram"
361 msgstr "GRAY/Alpha8 histogram"
365 msgid "GRAY/Alpha16 Histogram"
366 msgstr "GRAY/Alpha16 histogram"
376 msgid "GRAY/Alpha 32 float Histogram"
377 msgstr "GRAY/Alpha 32 realni broj Histogram"
/dports/editors/calligra/calligra-3.2.1/po/de/
H A Dkocolorspaces.po360 msgid "GRAY/Alpha8 Histogram"
361 msgstr "GRAY/Alpha8-Histogramm"
365 msgid "GRAY/Alpha16 Histogram"
366 msgstr "GRAY/Alpha16-Histogramm"
375 msgid "GRAY/Alpha 32 float Histogram"
376 msgstr "GRAY/Alpha32-Gleitkomma-Histogramm"
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dinput-tga.c46 #define GRAY 3 macro
367 itype = GRAY; in ReadImage()
396 (itype == GRAY && pbpp != 8)) in ReadImage()
543 if (itype == GRAY) in ReadImage()
/dports/emulators/x16-rom/x16-rom-r38/kernal/fonts/
H A Dconio1.s176 .word 11 ; $97 COLOR: DARK GRAY
177 .word 12 ; $98 COLOR: MIDDLE GRAY
180 .word 15 ; $9B COLOR: LIGHT GRAY
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DChessClock.java61 final static Color GRAY = new Color(128, 128, 128); field in ChessClock
275 whiteTimeLabel.setForeground(GRAY); in ChessClock()
280 blackTimeLabel.setForeground(GRAY); in ChessClock()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/
H A DAbstractColorSelector.java194 … disabledSprite = SpriteStore.get().getColoredSprite(orig.getReference().toString(), Color.GRAY); in getBackgroundSprite()
196 disabledSprite = SpriteStore.get().modifySprite(orig, Color.GRAY, Blend.TrueColor, null); in getBackgroundSprite()
243 color = Color.GRAY; in setSelectedColor()
/dports/games/manaplus/manaplus-2.1.3.17/src/enums/gui/
H A Dcolorname.h40 GRAY, enumerator
/dports/devel/raylib/raylib-3.7.0/templates/standard_game/screens/
H A Dscreen_logo.c68 DrawText("WAIT for 2 SECONDS...", 290, 220, 20, GRAY); in DrawLogoScreen()
/dports/java/jgraphx/jgraphx-4.2.2/examples/com/mxgraph/examples/swing/editor/
H A DEditorAboutFrame.java71 .createMatteBorder(0, 0, 1, 0, Color.GRAY), BorderFactory in EditorAboutFrame()
130 .createMatteBorder(1, 0, 0, 0, Color.GRAY), BorderFactory in EditorAboutFrame()
/dports/net-im/uTox/uTox/src/
H A Dui.h129 #define GRAY(x) (((x) << 16) | ((x) << 8) | (x)) macro
132 #define C_SCROLL GRAY(209)
/dports/devel/raylib/raylib-3.7.0/examples/textures/
H A Dtextures_mouse_painting.c31 LIGHTGRAY, GRAY, DARKGRAY, BLACK }; in main()
180 …ButtonDown(MOUSE_RIGHT_BUTTON)) DrawCircleLines((int)mousePos.x, (int)mousePos.y, brushSize, GRAY); in main()
/dports/biology/p5-AcePerl/AcePerl-1.92/Ace/Graphics/Glyph/
H A Dsegments.pm10 use constant GRAY => 'lightgrey'; constant
53 my $gray = $self->color(GRAY);
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-console/src/
H A DColorInterface.php26 const GRAY = 9; define
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-console/src/
H A DColorInterface.php26 const GRAY = 9; define
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-console/src/
H A DColorInterface.php26 const GRAY = 9; define
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-console/src/
H A DColorInterface.php26 const GRAY = 9; define
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-console/src/
H A DColorInterface.php26 const GRAY = 9; define
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-console/src/
H A DColorInterface.php26 const GRAY = 9; define

1...<<11121314151617181920>>...117