Home
last modified time | relevance | path

Searched refs:ColorIndex (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/dports/math/abs/abs-src-0.908/Examples/
H A Dcolor.abs13 Cells(1,1).Interior.ColorIndex = 1
15 Cells(1,2).Interior.ColorIndex = 2
17 Cells(1,3).Interior.ColorIndex = 3
19 Cells(1,4).Interior.ColorIndex = 4
93 Cells(6,2).Font.ColorIndex = 2
95 Cells(6,3).Font.ColorIndex = 3
97 Cells(6,4).Font.ColorIndex = 4
99 Cells(6,5).Font.ColorIndex = 5
101 Cells(6,6).Font.ColorIndex = 6
103 Cells(6,7).Font.ColorIndex = 7
[all …]
H A Dproject.abs19 cells (j,4+i).Interior.ColorIndex = 10
135 Cells(5,4).Interior.ColorIndex = 10
136 Cells(5,5).Interior.ColorIndex = 10
137 Cells(5,6).Interior.ColorIndex = 10
138 Cells(5,7).Interior.ColorIndex = 10
139 Cells(5,8).Interior.ColorIndex = 10
145 Cells(6,9).Interior.ColorIndex = 10
193 Cells(9,6).Interior.ColorIndex = 10
194 Cells(9,7).Interior.ColorIndex = 10
195 Cells(9,8).Interior.ColorIndex = 10
[all …]
H A Dexample.abs46 Cells(2,2).Font.ColorIndex = 14
56 Cells(5,2).Font.ColorIndex = 20
62 Cells(5,3).Font.ColorIndex = 9
66 Cells(5,4).Font.ColorIndex = 17
71 Cells(5,5).Font.ColorIndex = 17
76 Cells(5,6).Font.ColorIndex = 17
81 Cells(5,7).Font.ColorIndex = 17
86 Cells(5,8).Font.ColorIndex = 17
91 Cells(5,9).Font.ColorIndex = 17
133 Cells(6,3).Font.ColorIndex = 9
[all …]
H A Dlife.abs25 Cells(k,1).Interior.ColorIndex = 14
26 Cells(k,26).Interior.ColorIndex = 14
27 Cells(1,k).Interior.ColorIndex = 14
130 Cells(e,f).Font.ColorIndex = 5
133 Cells(e,f).Font.ColorIndex = 6
136 Cells(e,f).Font.ColorIndex = 14
142 Cells(e,f).Font.ColorIndex = 21
145 Cells(e,f).Font.ColorIndex = 29
148 Cells(e,f).Font.ColorIndex = 30
151 Cells(e,f).Font.ColorIndex = 20
[all …]
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_scene.cpp71 RenderMesh.ColorIndex = ColorIndex; in AddMesh()
180 int ColorIndex = Section->ColorIndex; in DrawOpaqueMeshes() local
184 if (ColorIndex == gDefaultColor) in DrawOpaqueMeshes()
185 ColorIndex = RenderMesh.ColorIndex; in DrawOpaqueMeshes()
219 if (ColorIndex != gEdgeColor) in DrawOpaqueMeshes()
226 if (ColorIndex == gEdgeColor) in DrawOpaqueMeshes()
227 ColorIndex = RenderMesh.ColorIndex; in DrawOpaqueMeshes()
341 int ColorIndex = Section->ColorIndex; in DrawTranslucentMeshes() local
343 if (ColorIndex == gDefaultColor) in DrawTranslucentMeshes()
344 ColorIndex = RenderMesh.ColorIndex; in DrawTranslucentMeshes()
[all …]
H A Dlc_colors.h69 inline quint32 lcGetColorCode(int ColorIndex) in lcGetColorCode() argument
71 return gColorList[ColorIndex].Code; in lcGetColorCode()
74 inline bool lcIsColorTranslucent(size_t ColorIndex) in lcIsColorTranslucent() argument
76 return gColorList[ColorIndex].Translucent; in lcIsColorTranslucent()
H A Dlc_colors.cpp334 int ColorIndex; in lcLoadColorFile() local
336 for (ColorIndex = 0; ColorIndex < static_cast<int>(gColorList.size()); ColorIndex++) in lcLoadColorFile()
337 if (gColorList[ColorIndex].Code == Color.Code) in lcLoadColorFile()
340 if (ColorIndex == static_cast<int>(gColorList.size())) in lcLoadColorFile()
343 gColorList[ColorIndex] = Color; in lcLoadColorFile()
346 gColorGroups[Color.Group].Colors.push_back(ColorIndex); in lcLoadColorFile()
349 gDefaultColor = ColorIndex; in lcLoadColorFile()
351 gEdgeColor = ColorIndex; in lcLoadColorFile()
H A Dlc_context.h190 void SetColorIndex(int ColorIndex);
191 void SetColorIndexTinted(int ColorIndex, lcInterfaceColor InterfaceColor, float Weight);
192 void SetColorIndexTinted(int ColorIndex, const lcVector4& Tint);
193 void SetEdgeColorIndex(int ColorIndex);
194 void SetEdgeColorIndexTinted(int ColorIndex, const lcVector4& Tint);
H A Dlc_findreplacewidget.h11 void FindColorIndexChanged(int ColorIndex);
14 void ReplaceColorIndexChanged(int ColorIndex);
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/iwd2/
H A DAppearance.py36 ColorIndex = 0 variable
159 if ColorIndex==0:
165 if ColorIndex==1:
171 if ColorIndex==2:
201 if ColorIndex==0:
204 if ColorIndex==1:
208 if ColorIndex<2:
239 ColorIndex = 0
247 ColorIndex = 1
255 ColorIndex = 2
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/bg2/
H A DGUICG13.py29 ColorIndex = 0 variable
112 if ColorIndex==0:
117 if ColorIndex==1:
122 if ColorIndex==2:
159 global ColorIndex, PickedColor
162 ColorIndex = 0
168 global ColorIndex, PickedColor
171 ColorIndex = 1
177 global ColorIndex, PickedColor
180 ColorIndex = 2
[all …]
/dports/cad/leocad/leocad-21.06/qt/
H A Dlc_qpropertiesdialog.cpp72 for (size_t ColorIndex = 0; ColorIndex < gColorList.size(); ColorIndex++) in lcQPropertiesDialog() local
74 if (ColorsUsed[ColorIndex]) in lcQPropertiesDialog()
76 ColorColumns[ColorIndex] = ColorCount++; in lcQPropertiesDialog()
77 HorizontalLabels.append(gColorList[ColorIndex].Name); in lcQPropertiesDialog()
99 int ColorIndex = ColorIt.first; in lcQPropertiesDialog() local
104 PartsTable->setItem(Row, ColorColumns[ColorIndex] + 1, Item); in lcQPropertiesDialog()
107 ColorTotals[ColorColumns[ColorIndex]] += Count; in lcQPropertiesDialog()
129 for (int ColorIndex = 0; ColorIndex < ColorCount; ColorIndex++) in lcQPropertiesDialog() local
131 Item = new lcPartsTableWidgetItem(QString::number(ColorTotals[ColorIndex])); in lcQPropertiesDialog()
134 PartsTable->setItem((int)InfoTotals.size(), ColorIndex + 1, Item); in lcQPropertiesDialog()
H A Dlc_qcolorlist.cpp68 for (int ColorIndex : Group->Colors) in UpdateCells() local
70 mCells.emplace_back(lcColorListCell{ QRect(), ColorIndex }); in UpdateCells()
209 void lcQColorList::setCurrentColor(int ColorIndex) in setCurrentColor() argument
213 if (mCells[CellIndex].ColorIndex == ColorIndex) in setCurrentColor()
232 lcColor* color = &gColorList[mCells[CellIndex].ColorIndex]; in event()
251 int colorIndex = mCells[CellIndex].ColorIndex; in event()
303 emit colorSelected(mCells[CellIndex].ColorIndex); in mousePressEvent()
400 emit colorSelected(mCells[mCurrentCell].ColorIndex); in keyPressEvent()
440 const lcColor* Color = &gColorList[mCells[CellIndex].ColorIndex]; in paintEvent()
486 mColorCode = lcGetColorCode(mCells[CellIndex].ColorIndex); in SelectCell()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/bg1/
H A DGUICG13.py31 ColorIndex = 0 variable
111 if ColorIndex==0:
116 if ColorIndex==1:
121 if ColorIndex==2:
160 global ColorIndex, PickedColor
163 ColorIndex = 0
169 global ColorIndex, PickedColor
172 ColorIndex = 1
178 global ColorIndex, PickedColor
181 ColorIndex = 2
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDraw/
H A DIGESDraw_SegmentedViewsVisible.cxx98 (const Standard_Integer ColorIndex) const in IsColorDefinition()
100 return ( !theColorDefinitions->Value(ColorIndex).IsNull() ); in IsColorDefinition()
104 (const Standard_Integer ColorIndex) const in ColorValue()
106 return theColorValues->Value(ColorIndex); in ColorValue()
110 (const Standard_Integer ColorIndex) const in Handle()
112 return theColorDefinitions->Value(ColorIndex); in Handle()
H A DIGESDraw_SegmentedViewsVisible.hxx98 Standard_EXPORT Standard_Boolean IsColorDefinition (const Standard_Integer ColorIndex) const;
103 Standard_EXPORT Standard_Integer ColorValue (const Standard_Integer ColorIndex) const;
108 Standard_EXPORT Handle(IGESGraph_Color) ColorDefinition (const Standard_Integer ColorIndex) const;
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/gtk/
H A DGtk_RenderingContext.hh35 enum ColorIndex { FOREGROUND_INDEX, BACKGROUND_INDEX, MAX_INDEX }; enum in Gtk_RenderingContext
97 template <ColorIndex index, void (*set)(GdkGC*, const GdkColor*)>
101 template <ColorIndex index, void (*set)(GdkGC*, const GdkColor*)>
105 template <typename C, ColorIndex index>
115 template <ColorIndex index, void (*set)(GdkGC*, const GdkColor*)>
129 template <ColorIndex index>
133 template <ColorIndex index, void (*set)(GdkGC*, const GdkColor*)>
145 template <ColorIndex index>
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcolor.c1423 int OneColorObject(ObjPtr, ColorIndex) in OneColorObject() argument
1425 int *ColorIndex;
1436 if (*ColorIndex == INVALID) {
1453 if (*ColorIndex == INVALID) {
1470 if (*ColorIndex == INVALID) {
1605 int ColorIndex;
1628 ObjPtr->color = ColorIndex;
1687 int ColorIndex, HighLight; in ChangeAllSelColor()
1710 colorIndex = ColorIndex;
1742 colorMenuItems[ColorIndex]);
[all …]
/dports/games/bumprace/karlb-bumprace-e73baa9e7465/src/
H A Dparticles.c119 int ColorIndex; in NewParticles() local
127 ColorIndex = abrand( 0, PARTICLE_COLORS-1 ); in NewParticles()
128 ThisParticle->R = ParticleColorsR[ ColorIndex ]; in NewParticles()
129 ThisParticle->G = ParticleColorsG[ ColorIndex ]; in NewParticles()
130 ThisParticle->B = ParticleColorsB[ ColorIndex ]; in NewParticles()
/dports/graphics/pgplot/pgplot/drivers/
H A Dpndriv.c81 typedef unsigned char ColorIndex; /* index into a color table */ typedef
113 ColorIndex *pixmap; /* image consisting of array of color indicies */
117 ColorIndex cindex; /* current plotting color index */
322 memset( &dev->pixmap[ y * dev->w + x1 ], index, npix * sizeof(ColorIndex) ); in fill_rectangle()
334 dev->pixmap = malloc( dev->npix * sizeof(ColorIndex) ); in start_plot()
395 static void draw_line(DeviceData *dev, int x1, int y1, int x2, int y2, ColorIndex index) { in draw_line()
436 static void fill_pixel(DeviceData *dev, int x, int y, ColorIndex index) { in fill_pixel()
668 ACTIVE_DEVICE->cindex = (ColorIndex)rbuf[0];
682 (ColorIndex)rbuf[0],
714 ACTIVE_DEVICE->pixmap[base+i] = (ColorIndex)rbuf[i+2];
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dbitmap.h289 unsigned char ColorIndex = 0; in Load() local
294 fread(&ColorIndex, 1, 1, file); in Load()
299 m_BitmapData[Index + k].Red = m_ColorTable[ColorIndex].Red; in Load()
300 m_BitmapData[Index + k].Green = m_ColorTable[ColorIndex].Green; in Load()
301 m_BitmapData[Index + k].Blue = m_ColorTable[ColorIndex].Blue; in Load()
302 m_BitmapData[Index + k].Alpha = m_ColorTable[ColorIndex].Alpha; in Load()
306 int Flag = ColorIndex; in Load()
323 fread(&ColorIndex, 1, 1, file); in Load()
324 m_BitmapData[Index + k].Red = m_ColorTable[ColorIndex].Red; in Load()
325 m_BitmapData[Index + k].Green = m_ColorTable[ColorIndex].Green; in Load()
[all …]
/dports/audio/cli-visualizer/cli-visualizer-1.8-27-g4fc1552/src/Domain/
H A DColorDefinition.h24 ColorDefinition(ColorIndex color_index, ColorValue red, ColorValue green,
37 inline ColorIndex get_color_index() const in get_color_index()
58 ColorIndex m_color_index;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESDraw_SegmentedViewsVisible.hxx98 Standard_EXPORT Standard_Boolean IsColorDefinition (const Standard_Integer ColorIndex) const;
103 Standard_EXPORT Standard_Integer ColorValue (const Standard_Integer ColorIndex) const;
108 Standard_EXPORT Handle(IGESGraph_Color) ColorDefinition (const Standard_Integer ColorIndex) const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESDraw_SegmentedViewsVisible.hxx101 Standard_EXPORT Standard_Boolean IsColorDefinition (const Standard_Integer ColorIndex) const;
106 Standard_EXPORT Standard_Integer ColorValue (const Standard_Integer ColorIndex) const;
111 Standard_EXPORT Handle(IGESGraph_Color) ColorDefinition (const Standard_Integer ColorIndex) const;
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_console.c154 con.text[i] = (ColorIndex(COLOR_WHITE)<<8) | ' '; in Con_Clear_f()
259 con.text[i] = (ColorIndex(COLOR_WHITE)<<8) | ' '; in Con_CheckResize()
280 con.text[i] = (ColorIndex(COLOR_WHITE)<<8) | ' '; in Con_CheckResize()
341 con.text[(con.current%con.totallines)*con.linewidth+i] = (ColorIndex(COLOR_WHITE)<<8) | ' '; in Con_Linefeed()
391 color = ColorIndex(COLOR_WHITE); in CL_ConsolePrint()
395 color = ColorIndex( *(txt+1) ); in CL_ConsolePrint()
517 re.SetColor( g_color_table[ColorIndex(COLOR_RED)] ); in Con_DrawSolidConsole()
540 re.SetColor( g_color_table[ColorIndex(COLOR_RED)] ); in Con_DrawSolidConsole()

12345678910>>...17