Home
last modified time | relevance | path

Searched refs:Palettes (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/dports/math/vtk6/VTK-6.2.0/Common/Color/
H A DvtkColorSeries.cxx41 std::vector<vtkColorSeriesPalette> Palettes; // All palettes member in vtkColorSeries::Private
58 this->Palettes.resize(vtkColorSeries::CUSTOM); in Private()
315 pal = &(this->Palettes[paletteIndex]); in Private()
331 this->Colors = &(this->Palettes[this->Palette].Colors); in Private()
337 this->Colors = &(this->Palettes[idx].Colors); in SetScheme()
348 for (it = this->Palettes.begin(); it != this->Palettes.end(); ++it, ++idx) in SetSchemeByName()
360 idx = static_cast<int>(this->Palettes.size()); in SetSchemeByName()
361 this->Palettes.push_back(blank); in SetSchemeByName()
429 return static_cast<int>(this->Storage->Palettes.size()); in GetNumberOfColorSchemes()
563 this->Storage->Palettes = colors->Storage->Palettes; in DeepCopy()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Color/
H A DvtkColorSeries.cxx41 std::vector<vtkColorSeriesPalette> Palettes; // All palettes member in vtkColorSeries::Private
60 this->Palettes.resize(vtkColorSeries::CUSTOM); in Private()
316 pal = &(this->Palettes[paletteIndex]); in Private()
332 this->Colors = &(this->Palettes[this->Palette].Colors); in Private()
338 this->Colors = &(this->Palettes[idx].Colors); in SetScheme()
348 for (it = this->Palettes.begin(); it != this->Palettes.end(); ++it, ++idx) in SetSchemeByName()
360 idx = static_cast<int>(this->Palettes.size()); in SetSchemeByName()
361 this->Palettes.push_back(blank); in SetSchemeByName()
428 return static_cast<int>(this->Storage->Palettes.size()); in GetNumberOfColorSchemes()
559 this->Storage->Palettes = colors->Storage->Palettes; in DeepCopy()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Color/
H A DvtkColorSeries.cxx41 std::vector<vtkColorSeriesPalette> Palettes; // All palettes member in vtkColorSeries::Private
58 this->Palettes.resize(vtkColorSeries::CUSTOM); in Private()
315 pal = &(this->Palettes[paletteIndex]); in Private()
331 this->Colors = &(this->Palettes[this->Palette].Colors); in Private()
337 this->Colors = &(this->Palettes[idx].Colors); in SetScheme()
348 for (it = this->Palettes.begin(); it != this->Palettes.end(); ++it, ++idx) in SetSchemeByName()
360 idx = static_cast<int>(this->Palettes.size()); in SetSchemeByName()
361 this->Palettes.push_back(blank); in SetSchemeByName()
429 return static_cast<int>(this->Storage->Palettes.size()); in GetNumberOfColorSchemes()
563 this->Storage->Palettes = colors->Storage->Palettes; in DeepCopy()
[all …]
/dports/devel/gorm/apps-gorm-04554d2/
H A DChangeLog430 * Palettes/4Data/DataPalette.m
1768 * Palettes/GNUmakefile
2104 * Palettes/GNUmakefile
2110 * Palettes/GNUmakefile
3892 * Palettes/3Containers/
4581 * Palettes/0Menus/main.m
4582 * Palettes/1Windows/main.m
4800 * Palettes/0Menus/main.m
4805 * Palettes/1Windows/main.m
4809 * Palettes/2Controls/main.m
[all …]
H A DGNUmakefile63 Palettes \
77 Palettes/0Menus/0Menus.palette \
78 Palettes/1Windows/1Windows.palette \
79 Palettes/2Controls/2Controls.palette \
80 Palettes/3Containers/3Containers.palette \
81 Palettes/4Data/4Data.palette \
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/PLTImporter/
H A DPLTImporter.cpp81 ColorPal<256> Palettes[8]; in GetSprite2D() local
83 Palettes[i] = core->GetPalette256(paletteIndex[pperm[i]] >> (8*type)); in GetSprite2D()
93 *dest++ = Palettes[palindex][intensity].b; in GetSprite2D()
94 *dest++ = Palettes[palindex][intensity].g; in GetSprite2D()
95 *dest++ = Palettes[palindex][intensity].r; in GetSprite2D()
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_utx.cpp333 vector <UTXPALETTE> Palettes; in iLoadUtxInternal() local
370 Palettes.resize(NumPal); in iLoadUtxInternal()
376 Palettes[NumPal].Name = i; in iLoadUtxInternal()
379 Palettes[NumPal].Count = UtxReadCompactInteger(); in iLoadUtxInternal()
380 Palettes[NumPal].Pal = new ILubyte[Palettes[NumPal].Count * 4]; in iLoadUtxInternal()
381 if (iread(Palettes[NumPal].Pal, Palettes[NumPal].Count * 4, 1) != 1) in iLoadUtxInternal()
458 if (Val == Palettes[PalEntry].Name) { in iLoadUtxInternal()
503 Image->Pal.PalSize = Palettes[PalEntry].Count * 4; in iLoadUtxInternal()
507 memcpy(Image->Pal.Palette, Palettes[PalEntry].Pal, Image->Pal.PalSize); in iLoadUtxInternal()
/dports/games/openra/OpenRA-release-20200503/mods/ra/rules/
H A Dpalettes.yaml1 ^Palettes:
106 Palettes: terrain
109 Palettes: player, effect
111 Palettes: terrain
115 Palettes: desert
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/PaletteEffects/
H A DRotationPaletteEffect.cs23 public readonly HashSet<string> Palettes = new HashSet<string>(); field in OpenRA.Mods.Common.Traits.RotationPaletteEffectInfo
94 if ((info.Palettes.Count > 0 && !StartsWithAny(kvp.Key, info.Palettes)) in AdjustPalette()
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/src/painter/
H A Dpalettes.cpp8 Palette Palettes::Standard() { in Standard()
27 Palette Palettes::DawnBringer() { in DawnBringer()
/dports/emulators/adamem/adamem-1.0_4/
H A DColeco.h53 extern byte Palettes[NR_PALETTES][16*3];
55 #define Coleco_Palette Palettes[PalNum]
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/demos/glyph_paint/
H A Doptions_box.cpp30 System::terminal.set_color_palette(Palettes::DawnBringer()); in Options_B()
33 System::terminal.set_color_palette(Palettes::Standard()); in Options_B()
/dports/finance/R-cran-fBasics/fBasics/man/
H A Dutils-colorPalette.Rd25 \title{Color Palettes}
110 \bold{R's Contiguous Color Palettes:}\cr
112 Palettes for \code{n} contiguous colors are implemented in the
153 \bold{Color Ramp Palettes:}\cr
164 \bold{Color Brewer Palettes:}\cr
204 \bold{Graph Color Palettes:}\cr
211 \emph{Focused Color Palettes:} Color sets designed to provide focus to
217 \emph{Monchrome Color Palettes:} These include color sets for monochrome
/dports/emulators/mednafen/mednafen/src/nes/ppu/
H A Dpalette.cpp73 static const MDFNPalStruct *Palettes[7] = variable
95 const MDFNPalStruct *palette = Palettes[which]; in MDFN_InitPalette()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/
H A Dpalette.h87 typedef std::set<Palette*> Palettes; typedef
88 static Palettes mInstances;
H A Dpalette.cpp37 Palette::Palettes Palette::mInstances;
81 FOR_EACH (Palettes::const_iterator, it, mInstances) in advanceGradients()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DCursorProvider.cs22 public readonly IReadOnlyDictionary<string, ImmutablePalette> Palettes; field in OpenRA.Graphics.CursorProvider
38 Palettes = nodesDict["Cursors"].Nodes.Select(n => n.Value.Value) in CursorProvider()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/windows/
H A DPaletteDialog.cpp265 namespace Palettes { namespace
294 { "Galaxy", Palettes::GALAXY }, in setDefaultPaletteList()
295 { "Accretion", Palettes::ACCRETION }, in setDefaultPaletteList()
296 { "Stellar", Palettes::STELLAR }, in setDefaultPaletteList()
/dports/comms/wsjtz/wsjtx/
H A Dwsjtx.iss25 Source: "c:\Users\joe\wsjt\wsjtx_install\Palettes\*.pal"; DestDir: "{app}\Palettes";
/dports/audio/musescore/MuseScore-3.6.1/mscore/qml/palettes/
H A DPalettesWidgetHeader.qml75 text: qsTr("Add Palettes")
214 text: qsTr("Collapse all Palettes")
220 text: qsTr("Expand all Palettes")
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/painter/
H A Dpalettes.hpp8 struct Palettes { struct
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/locale/en/
H A DFvwmScript-ColorSelector.msg1 Title {Select a Color using the Palettes}
/dports/graphics/pixen/Pixen-0.1/
H A DPXAppDelegate.m144 …_createApplicationSupportSubdirectory:@"Palettes" inDirectory:path]; // ./…
146 … inDirectory:[path stringByAppendingPathComponent:@"Palettes"]]; // ./Pixen/Palettes/Presets
/dports/graphics/R-cran-colorspace/colorspace/vignettes/
H A Dcolor.bib212 title = {Tools for the Selection of Colour Palettes},
439 title = {Finding the Right Color Palettes for Data Visualizations},
523 title = {\textit{colorspace}: A Toolbox for Manipulating and Assessing Colors and Palettes},
568 title = {\textit{RColorBrewer}: ColorBrewer Palettes},
576 title = {\textit{rcartocolor}: CARTOColors Palettes},
592 title = {\textit{scico}: Colour Palettes Based on the Scientific Colour-Maps},
631 title = {\textit{Polychrome}: Qualitative Palettes with Many Colors},
650 title = {\textit{paletteer}: Comprehensive Collection of Color Palettes},
658 title = {\textit{pals}: Color Palettes, Colormaps, and Tools to Evaluate Them},
698 title = {{HCL}-Based Color Palettes in \textit{grDevices}},
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/muesli/gamut/
H A DREADME.md101 ## Palettes section in gamut
110 #### Generating Color Palettes argument
153 #### Mixing Palettes argument

12345678910>>...48