Home
last modified time | relevance | path

Searched refs:getColors (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/field/
H A DfieldColor.ts16 getColors?: (theme: GrafanaTheme2) => string[]; property
47 getColors: (theme: GrafanaTheme2) => {
56 getColors: (theme: GrafanaTheme2) => ['green', 'yellow', 'red'],
63 getColors: (theme: GrafanaTheme2) => ['red', 'yellow', 'green'],
84 getColors: (theme: GrafanaTheme2) => ['blue', 'purple'],
98 getColors: (theme: GrafanaTheme2) => ['panel-bg', 'dark-blue'],
105 getColors: (theme: GrafanaTheme2) => ['panel-bg', 'dark-red'],
128 getColors: (theme: GrafanaTheme2) => string[]; property
148 this.getNamedColors = options.getColors;
153 getColors(theme: GrafanaTheme2): string[] {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/
H A DTabbedPropertyTitle.java78 factory.getColors().initializeSectionToolBarColors(); in TabbedPropertyTitle()
79 setBackground(factory.getColors().getBackground()); in TabbedPropertyTitle()
80 setForeground(factory.getColors().getForeground()); in TabbedPropertyTitle()
99 factory.getColors().getColor(IFormColors.H_GRADIENT_END), in TabbedPropertyTitle()
100 factory.getColors().getColor(IFormColors.H_GRADIENT_START) }, in TabbedPropertyTitle()
123 factory.getColors().getColor(IFormColors.H_GRADIENT_END), in drawTitleBackground()
134 gc.setForeground(factory.getColors().getColor( in drawTitleBackground()
138 gc.setForeground(factory.getColors().getColor( in drawTitleBackground()
165 this.factory.getColors().createColor(key, color.rgb); in setColor()
170 FormColors defaultColors = f.getColors(); in resetSectionToolBarColors()
[all …]
H A DTabbedPropertyList.java912 …defaultGradientEnd = factory.getColors().createColor("TabbedPropertyList.defaultTabGradientEnd", /… in setWidgetBackgroundColor()
948 …navigationElementShadowStroke = factory.getColors().createColor("TabbedPropertyList.shadowStroke",… in setWidgetNormalShadowColor()
1008 defaultGradientStart = factory.getColors().createColor( in initColours()
1012 defaultGradientEnd = factory.getColors().createColor( in initColours()
1017 navigationElementShadowStroke = factory.getColors().createColor( in initColours()
1020 bottomNavigationElementShadowStroke1 = factory.getColors().createColor( in initColours()
1023 bottomNavigationElementShadowStroke2 = factory.getColors().createColor( in initColours()
1032 hoverGradientStart = factory.getColors().createColor( in initColours()
1035 hoverGradientEnd = factory.getColors().createColor( in initColours()
1040 indentedDefaultBackground = factory.getColors().createColor( in initColours()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/properties/tabbed/
H A DTabbedPropertiesTitleTest.java61 assertNotNull(factory.getColors().getColor(actualKey)); in assertColor()
62 assertEquals(expected, factory.getColors().getColor(actualKey).getRGB()); in assertColor()
81 …RGB colorGradStartBeforStyling = factory.getColors().getColor(IFormColors.H_GRADIENT_START).getRGB… in titleBackgroundColorIsStyledAndReset()
82 RGB colorGradEndBeforStyling = factory.getColors().getColor(IFormColors.H_GRADIENT_END).getRGB(); in titleBackgroundColorIsStyledAndReset()
83 …RGB colorBottomKeylineOneBeforStyling = factory.getColors().getColor(IFormColors.H_BOTTOM_KEYLINE1… in titleBackgroundColorIsStyledAndReset()
84 …RGB colorBottomKeylineTwoBeforStyling = factory.getColors().getColor(IFormColors.H_BOTTOM_KEYLINE2… in titleBackgroundColorIsStyledAndReset()
99 …RGB colorGradStartBeforStyling = factory.getColors().getColor(IFormColors.H_GRADIENT_START).getRGB… in colorsAreNotChangedWhenNoStyleGivenInCss()
100 RGB colorGradEndBeforStyling = factory.getColors().getColor(IFormColors.H_GRADIENT_END).getRGB(); in colorsAreNotChangedWhenNoStyleGivenInCss()
101 …RGB colorBottomKeylineOneBeforStyling = factory.getColors().getColor(IFormColors.H_BOTTOM_KEYLINE1… in colorsAreNotChangedWhenNoStyleGivenInCss()
102 …RGB colorBottomKeylineTwoBeforStyling = factory.getColors().getColor(IFormColors.H_BOTTOM_KEYLINE2… in colorsAreNotChangedWhenNoStyleGivenInCss()
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/classes/Icons/
H A Dclass.ilSystemStyleIconColorSet.php32 public function getColors() function in ilSystemStyleIconColorSet
74 foreach ($color_set->getColors() as $color) {
88 foreach ($this->getColors() as $color) {
107 foreach ($this->getColors() as $color) {
121 foreach ($this->getColors() as $color) {
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/classes/Icons/
H A Dclass.ilSystemStyleIconColorSet.php32 public function getColors() function in ilSystemStyleIconColorSet
74 foreach ($color_set->getColors() as $color) {
88 foreach ($this->getColors() as $color) {
107 foreach ($this->getColors() as $color) {
121 foreach ($this->getColors() as $color) {
/dports/cad/uranium/Uranium-3ed9c4de/tests/Mesh/
H A DTestMeshBuilder.py61 assert builder.getColors()[0][0] == 1.0
98 assert builder.getColors()[0][0] == 1.0
99 assert builder.getColors()[0][1] == 0.5
100 assert builder.getColors()[0][2] == 0.25
102 assert builder.getColors()[1][0] == 1.0
103 assert builder.getColors()[1][1] == 0.5
104 assert builder.getColors()[1][2] == 0.25
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/test/
H A DilSystemStyleIconColorSetTest.php20 $this->assertEquals([], $set->getColors());
30 $this->assertEquals([], $set->getColors());
34 $this->assertEquals(1, count($set->getColors()));
38 $this->assertEquals(2, count($set->getColors()));
43 $this->assertEquals(2, count($set->getColors()));
90 $this->assertEquals(3, count($set1->getColors()));
95 $this->assertEquals(2, count($set2->getColors()));
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/test/
H A DilSystemStyleIconColorSetTest.php21 $this->assertEquals([], $set->getColors());
31 $this->assertEquals([], $set->getColors());
35 $this->assertEquals(1, count($set->getColors()));
39 $this->assertEquals(2, count($set->getColors()));
44 $this->assertEquals(2, count($set->getColors()));
91 $this->assertEquals(3, count($set1->getColors()));
96 $this->assertEquals(2, count($set2->getColors()));
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dwconfig_colorconf.cc34 _last_color_size = tempconfig->getColors()->size(); in ColorConfPanel()
48 sprintf( buf, "%d", _baseconfig.getColors()->size() ); in create()
94 _baseconfig.setColors( tempconfig->getColors() ); in saveValues()
100 List *colors = tempconfig->getColors(); in run()
128 int color_size = tempconfig->getColors()->size(); in hide()
131 _conf_cb->setColors( tempconfig->getColors() ); in hide()
139 if ( colors != tempconfig->getColors() ) { in setColors()
H A Dwconfig_palette.cc69 sx = (int)sqrt( (double)( tempconfig->getColors()->size() ) ); in create()
70 if ( ( sx * sx ) < tempconfig->getColors()->size() ) sx++; in create()
76 for ( int i = 0; i < tempconfig->getColors()->size(); i++ ) { in create()
201 _baseconfig.setColors( tempconfig->getColors() ); in saveValues()
207 List *colors = tempconfig->getColors(); in run()
294 _conf_cb->setColors( tempconfig->getColors() ); in hide()
302 if ( colors != tempconfig->getColors() ) { in setColors()
313 List *colors = tempconfig->getColors(); in showColor()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/history/
H A DAnnotationTest.java165 Assert.assertEquals(3, annotation.getColors().size()); in testColorPalette()
176 Assert.assertEquals(3, annotation.getColors().size()); in testSortedColorPalette()
178 Assert.assertEquals("rgb(234, 255, 226)", annotation.getColors().get("1.0")); in testSortedColorPalette()
179 Assert.assertEquals("rgb(213, 220, 233)", annotation.getColors().get("1.2")); in testSortedColorPalette()
181 Assert.assertEquals("rgb(255, 191, 195)", annotation.getColors().get("1.1")); in testSortedColorPalette()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/util/
H A DFormColorsTest.java150 colors[i] = tk.getColors().getColor(KEYS_NON_NULL[i]); in testShared()
153 nullColors[i] = tk.getColors().getColor(KEYS_NULL[i]); in testShared()
154 Color inactiveBg = tk.getColors().getInactiveBackground(); in testShared()
155 Color bg = tk.getColors().getBackground(); in testShared()
156 Color fg = tk.getColors().getForeground(); in testShared()
157 Color bc = tk.getColors().getBorderColor(); in testShared()
160 colors2[i] = tk2.getColors().getColor(KEYS_NON_NULL[i]); in testShared()
163 nullColors2[i] = tk2.getColors().getColor(KEYS_NULL[i]); in testShared()
H A DFormImagesTest.java255 kit1.getColors().createColor(blueKey, new RGB(0,0,255)); in testToolkitColors()
256 kit1.getColors().createColor(redKey, new RGB(255,0,0)); in testToolkitColors()
258 kit2.getColors().createColor(blueKey, new RGB(0,0,255)); in testToolkitColors()
259 kit2.getColors().createColor(redKey, new RGB(255,0,0)); in testToolkitColors()
260 Image image1 = getFormImagesInstance().getGradient(kit1.getColors().getColor(blueKey), in testToolkitColors()
261 kit1.getColors().getColor(redKey), 21, 21, 0, display); in testToolkitColors()
262 Image image2 = getFormImagesInstance().getGradient(kit2.getColors().getColor(blueKey), in testToolkitColors()
263 kit2.getColors().getColor(redKey), 21, 21, 0, display); in testToolkitColors()
/dports/net-mgmt/observium/observium/libs/cli/
H A DColors.php131 foreach (self::getColors() as $key => $value) {
152 $string = str_replace(array_keys(self::getColors()), '', $string);
158 foreach (self::getColors() as $key => $value) {
226 static public function getColors() { function in cli\\Colors
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/decode/
H A DPNGPredictor.java53 int rowSize = getColumns() * getColors() * getBitsPerComponent(); in unpredict()
107 int sub = (int) Math.ceil((getBitsPerComponent() * getColors()) / 8.0); in doSubLine()
139 int sub = (int) Math.ceil((getBitsPerComponent() * getColors()) / 8.0); in doAverageLine()
168 int sub = (int) Math.ceil((getBitsPerComponent() * getColors()) / 8.0); in doPaethLine()
/dports/graphics/R-cran-colorspace/colorspace/inst/hclwizard/
H A Dserver.R94 colors <- getColors()
191 getColors <- function(N = NULL, fun = FALSE) { function
254 colors <- getColors()
287 colors <- getColors(100)
304 if ( missing(colors) ) colors <- getColors( input$N )
383 pal <- getColors(fun = TRUE)
453 colors <- getColors()
608 colors <- getColors()
617 colors <- getColors()
639 write.table(getColors(), file, sep = ",",
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DKadDlg.cpp110 m_kad_scope->SetBackgroundColor(CStatisticsDlg::getColors(0)); in SetGraphColors()
111 m_kad_scope->SetGridColor(CStatisticsDlg::getColors(1)); in SetGraphColors()
114 m_kad_scope->SetPlotColor(CStatisticsDlg::getColors(12 + i), aTrend[i]); in SetGraphColors()
117 ctrl->SetBackgroundBrushColour(CMuleColour(CStatisticsDlg::getColors(12 + i))); in SetGraphColors()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DKadDlg.cpp110 m_kad_scope->SetBackgroundColor(CStatisticsDlg::getColors(0)); in SetGraphColors()
111 m_kad_scope->SetGridColor(CStatisticsDlg::getColors(1)); in SetGraphColors()
114 m_kad_scope->SetPlotColor(CStatisticsDlg::getColors(12 + i), aTrend[i]); in SetGraphColors()
117 ctrl->SetBackgroundBrushColour(CMuleColour(CStatisticsDlg::getColors(12 + i))); in SetGraphColors()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Scripts/Color Organ/
H A Dcolor-controller.py9 def getColors(currentColor): # write the current RGB values as floats 0..1 to according channels of… function
21 cdia.connect(SIGNAL("currentColorChanged(QColor)"),getColors) # create connection between color ch…
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Monaco/
H A Dtheme.ts4 function getColors(theme?: GrafanaTheme2): monacoTypes.editor.IColors { function
19 const colors = getColors(theme);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/
H A DCheatSheetPage.java157 if (toolkit.getColors().isWhiteBackground()) { in computeColors()
158 rgb = toolkit.getColors().getSystemColor(SWT.COLOR_LIST_SELECTION); in computeColors()
183 rgb = toolkit.getColors().getSystemColor(SWT.COLOR_LIST_SELECTION); in computeColors()
208 Color background = toolkit.getColors().getBackground(); in computeReverseVideoColors()
221 Color bg = toolkit.getColors().getBackground(); in isReverseVideo()
/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 DThemeRegistry.java79 return (ColorDefinition) findDescriptor(getColors(), id); in findColor()
129 public ColorDefinition[] getColors() { in getColors() method in ThemeRegistry
139 ColorDefinition[] defs = getColors(); in getColorsFor()
145 ColorDefinition[] overrides = desc.getColors(); in getColorsFor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/
H A DTabbedPropertySheetWidgetFactory.java167 group.setBackground(getColors().getBackground()); in createGroup()
168 group.setForeground(getColors().getForeground()); in createGroup()
222 if (getColors() != null) { in dispose()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/3rd-party/cove/app/
H A Dcolorseditform.h60 auto getColors();
84 std::vector<QRgb> getColors();

12345678910>>...25