Home
last modified time | relevance | path

Searched refs:getColorValue (Results 1 – 25 of 108) sorted by relevance

12345

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/
H A DLightColorFactory.java35 protected static final RGB white = ColorUtil.getColorValue("COLOR_WHITE"); //$NON-NLS-1$
36 protected static final RGB black = ColorUtil.getColorValue("COLOR_BLACK"); //$NON-NLS-1$
126 return ColorUtil.getColorValue(baseColorName); in getActiveFocusEndColor()
128 return getLightenedColor(ColorUtil.getColorValue(baseColorName)); in getActiveFocusEndColor()
136 return ColorUtil.getColorValue(baseColorName); // typically TITLE_FOREGROUND in getActiveFocusTextColor()
138 return ColorUtil.getColorValue("COLOR_BLACK"); //$NON-NLS-1$ in getActiveFocusTextColor()
145 RGB base = ColorUtil.getColorValue(baseColorName); in getActiveNofocusStartColor()
H A DRGBInfoColorFactory.java53 rgb = ColorUtil.getColorValue("COLOR_LIST_FOREGROUND"); //$NON-NLS-1$ in createColor()
56 rgb = ColorUtil.getColorValue("COLOR_LIST_BACKGROUND"); //$NON-NLS-1$ in createColor()
62 rgb = ColorUtil.getColorValue("COLOR_INFO_FOREGROUND"); //$NON-NLS-1$ in createColor()
65 rgb = ColorUtil.getColorValue("COLOR_INFO_BACKGROUND"); //$NON-NLS-1$ in createColor()
H A DRGBVisibleContrastColorFactory.java65 cfg = ColorUtil.getColorValue(fg); in createColor()
70 cbg = ColorUtil.getColorValue(bg); in createColor()
75 cbgAlt = ColorUtil.getColorValue(altBg); in createColor()
H A DRGBContrastFactory.java121 cfg = ColorUtil.getColorValue(fg); in createColor()
126 cbg1 = ColorUtil.getColorValue(bg1); in createColor()
131 cbg2 = ColorUtil.getColorValue(bg2); in createColor()
H A DThemeRegistryReader.java137 value = getColorValue(element); in readColor()
170 private String getColorValue(IConfigurationElement element) { in getColorValue() method in ThemeRegistryReader
190 return getColorValue(getBestPlatformMatch(elements)); in getPlatformSpecificColorValue()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dpreferences.h144 TPixel getColorValue(const PreferencesItemId id) const;
276 return getColorValue(rasterBackgroundColor); in getRasterBackgroundColor()
395 color = getColorValue(currentColumnColor); in getCurrentColumnData()
431 frontColor = getColorValue(frontOnionColor), in getOnionData()
432 backColor = getColorValue(backOnionColor), in getOnionData()
449 return getColorValue(levelEditorBoxColor); in getLevelEditorBoxColor()
452 col1 = getColorValue(chessboardColor1); in getChessboardColors()
453 col2 = getColorValue(chessboardColor2); in getChessboardColors()
456 bg = getColorValue(transpCheckInkOnBlack); in getTranspCheckData()
457 ink = getColorValue(transpCheckInkOnWhite); in getTranspCheckData()
[all …]
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Dkrcolorcache.cpp232 QColor KrColorSettings::getColorValue(const QString & settingName) const in getColorValue() function in KrColorSettings
520 SETCOLOR(color, m_colorSettings.getColorValue("Foreground")); in getForegroundColor()
530 QColor color = m_colorSettings.getColorValue(type + " Foreground"); in getSpecialForegroundColor()
540 SETCOLOR(color, m_colorSettings.getColorValue("Background")); in getBackgroundColor()
555 m_colorSettings.getColorValue("Alternate Background") in getAlternateBackgroundColor()
573 return m_colorSettings.getColorValue(colorName); in getMarkedForegroundColor()
587 m_colorSettings.getColorValue("Marked Background") in getMarkedBackgroundColor()
604 m_colorSettings.getColorValue("Alternate Marked Background") in getAlternateMarkedBackgroundColor()
610 QColor color = m_colorSettings.getColorValue("Current Foreground"); in getCurrentForegroundColor()
626 m_colorSettings.getColorValue("Current Background") in getCurrentBackgroundColor()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/themes/
H A DRGBBlendColorFactory.java58 return ColorUtil.getColorValue(color1); in createColor()
60 return ColorUtil.getColorValue(color2); in createColor()
62 RGB rgb1 = ColorUtil.getColorValue(color1); in createColor()
63 RGB rgb2 = ColorUtil.getColorValue(color2); in createColor()
H A DColorUtil.java148 public static RGB getColorValue(String rawValue) throws DataFormatException { in getColorValue() method in ColorUtil
171 values[i] = getColorValue(rawValues[i]); in getColorValues()
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/entity/item/
H A DCaptureTheFlagFlagTest.java105 assertEquals(flag.getColorValue(), player.get("outfit_colors", "detail")); in testOnEquipped()
143 assertEquals(flag.getColorValue(), player.get("outfit_colors", "detail")); in testOnUnequipped()
190 assertEquals(flag.getColorValue(), player1.get("outfit_colors", "detail")); in test_transferBetweenPlayers()
206 assertEquals(flag.getColorValue(), player2.get("outfit_colors", "detail")); in test_transferBetweenPlayers()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Imagick/
H A DColor.php210 return intval(round($this->pixel->getColorValue(\Imagick::COLOR_RED) * 255));
220 return intval(round($this->pixel->getColorValue(\Imagick::COLOR_GREEN) * 255));
230 return intval(round($this->pixel->getColorValue(\Imagick::COLOR_BLUE) * 255));
240 return round($this->pixel->getColorValue(\Imagick::COLOR_ALPHA), 2);
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D149_Imagick_sparseColorImage.phpt50 $red = $imagickPixel->getColorValue(\Imagick::COLOR_RED);
51 $green = $imagickPixel->getColorValue(\Imagick::COLOR_GREEN);
52 $blue = $imagickPixel->getColorValue(\Imagick::COLOR_BLUE);
53 $alpha = $imagickPixel->getColorValue(\Imagick::COLOR_ALPHA);
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D149_Imagick_sparseColorImage.phpt50 $red = $imagickPixel->getColorValue(\Imagick::COLOR_RED);
51 $green = $imagickPixel->getColorValue(\Imagick::COLOR_GREEN);
52 $blue = $imagickPixel->getColorValue(\Imagick::COLOR_BLUE);
53 $alpha = $imagickPixel->getColorValue(\Imagick::COLOR_ALPHA);
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIJunctionWrapper.cpp140 const double colorValue = getColorValue(s); in drawGL()
189 GUIJunctionWrapper::getColorValue(const GUIVisualizationSettings& s) const { in getColorValue() function in GUIJunctionWrapper
246 const double colorValue = getColorValue(s); in updateColor()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/
H A DSWTSkinPropertiesClone.java130 public int[] getColorValue(String name) { in getColorValue() method in SWTSkinPropertiesClone
138 return properties.getColorValue(name); in getColorValue()
142 int[] val = properties.getColorValue(sCloneConfigID + name); in getColorValue()
148 return properties.getColorValue(sTemplateConfigID + name); in getColorValue()
H A DSWTSkinPropertiesParamImpl.java59 public int[] getColorValue(String name) { in getColorValue() method in SWTSkinPropertiesParamImpl
60 return properties.getColorValue(name); in getColorValue()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/
H A DSyntaxColorTab.java67 public RGB getColorValue() { in getColorValue() method in SyntaxColorTab.ColorElement
181 item.setColorValue(fColorSelector.getColorValue()); in createElementTable()
206 fColorSelector.setColorValue(item.getColorValue()); in createElementTable()
247 PreferenceConverter.setValue(store, item.getColorKey(), item.getColorValue()); in performOk()
/dports/www/elgg/elgg-3.3.23/vendor/imagine/imagine/lib/Imagine/Imagick/
H A DImagine.php86 $imagick->setImageAlpha($pixel->getColorValue(\Imagick::COLOR_ALPHA));
88 $imagick->setImageOpacity($pixel->getColorValue(\Imagick::COLOR_ALPHA));
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tw/
H A Dcolorsquare.h33 TColorSlider::Color getColorValue() const;
/dports/cad/sumo/sumo-1.2.0/src/mesogui/
H A DGUIMEVehicle.h89 double getColorValue(int activeScheme) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DReadPixelsTest.cpp516 GLuint getColorValue(GLint level, GLint layer) in getColorValue() function in __anonedd9f33f0111::ReadPixelsTextureTest
524 angle::GLColor colorValue(getColorValue(level, layer)); in verifyColor()
532 angle::GLColor expectedColor(getColorValue(level, layer)); in verifyPBO()
555 GLuint colorValue = getColorValue(level, layer); in initializeTextureData()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/gamemap/
H A DMiniMapDrawn.cpp155 Ogre::ColourValue color = tempSeat->getColorValue(); in update()
170 Ogre::ColourValue color = tempSeat->getColorValue(); in update()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/skin/
H A DSkinProperties.java74 int[] getColorValue(String name); in getColorValue() method
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A DImagickPixel_arginfo.h304 ZEND_METHOD(ImagickPixel, getColorValue);
329 ZEND_ME(ImagickPixel, getColorValue, arginfo_class_ImagickPixel_getColorValue, ZEND_ACC_PUBLIC)
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A DImagickPixel_arginfo.h304 ZEND_METHOD(ImagickPixel, getColorValue);
329 ZEND_ME(ImagickPixel, getColorValue, arginfo_class_ImagickPixel_getColorValue, ZEND_ACC_PUBLIC)

12345