Home
last modified time | relevance | path

Searched refs:Palette (Results 176 – 200 of 7780) sorted by relevance

12345678910>>...312

/dports/games/quadra/quadra-1.3.0/skelton/svgalib/
H A Dpalette.cpp25 Palette noir;
27 void Palette::load(const Image& raw) { in load()
37 Remap::Remap(const Palette& d, Palette* src): dst(d) { in Remap()
60 Fade::Fade(const Palette& dst, const Palette& src, int frame) { in Fade()
70 void Fade::setdest(const Palette& dst) { in setdest()
82 void Fade::newdest(const Palette& dst, int frame) { in newdest()
115 Palette mypal; in set()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/modules/
H A Dpalettes.h14 class Palette; variable
27 Palette* get_default_palette();
28 Palette* get_current_palette();
30 void set_default_palette(const Palette* palette);
31 bool set_current_palette(const Palette* palette, bool forced);
/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DCannotReequipState.cpp67 _window->setColor(Palette::blockOffset(15)-1); in CannotReequipState()
70 _btnOk->setColor(Palette::blockOffset(8)+5); in CannotReequipState()
76 _txtTitle->setColor(Palette::blockOffset(8)+5); in CannotReequipState()
82 _txtItem->setColor(Palette::blockOffset(15)-1); in CannotReequipState()
85 _txtQuantity->setColor(Palette::blockOffset(15)-1); in CannotReequipState()
88 _txtCraft->setColor(Palette::blockOffset(15)-1); in CannotReequipState()
91 _lstItems->setColor(Palette::blockOffset(8)+10); in CannotReequipState()
H A DPromotionsState.cpp66 _window->setColor(Palette::blockOffset(15)-1); in PromotionsState()
69 _btnOk->setColor(Palette::blockOffset(15)-1); in PromotionsState()
75 _txtTitle->setColor(Palette::blockOffset(8)+5); in PromotionsState()
80 _txtName->setColor(Palette::blockOffset(15)-1); in PromotionsState()
83 _txtRank->setColor(Palette::blockOffset(15)-1); in PromotionsState()
86 _txtBase->setColor(Palette::blockOffset(15)-1); in PromotionsState()
89 _lstSoldiers->setColor(Palette::blockOffset(8)+10); in PromotionsState()
H A DInventoryState.cpp126 _txtName->setColor(Palette::blockOffset(4)); in InventoryState()
130 _txtTus->setColor(Palette::blockOffset(4)); in InventoryState()
131 _txtTus->setSecondaryColor(Palette::blockOffset(1)); in InventoryState()
134 _txtWeight->setColor(Palette::blockOffset(4)); in InventoryState()
138 _txtFAcc->setColor(Palette::blockOffset(4)); in InventoryState()
139 _txtFAcc->setSecondaryColor(Palette::blockOffset(1)); in InventoryState()
142 _txtReact->setColor(Palette::blockOffset(4)); in InventoryState()
146 _txtPSkill->setColor(Palette::blockOffset(4)); in InventoryState()
150 _txtPStr->setColor(Palette::blockOffset(4)); in InventoryState()
154 _txtItem->setColor(Palette::blockOffset(3)); in InventoryState()
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Ufopaedia/
H A DArticleStateCraft.cpp55 _btnOk->setColor(Palette::blockOffset(15)-1); in ArticleStateCraft()
56 _btnPrev->setColor(Palette::blockOffset(15)-1); in ArticleStateCraft()
57 _btnNext->setColor(Palette::blockOffset(15)-1); in ArticleStateCraft()
59 _txtTitle->setColor(Palette::blockOffset(14)+15); in ArticleStateCraft()
67 _txtInfo->setColor(Palette::blockOffset(14)+15); in ArticleStateCraft()
74 _txtStats->setColor(Palette::blockOffset(14)+15); in ArticleStateCraft()
75 _txtStats->setSecondaryColor(Palette::blockOffset(15)+4); in ArticleStateCraft()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/utils/
H A Dpalette.h37 class Palette : public QObject {
41 explicit Palette(QObject *parent=0);
42 explicit Palette(const QString &name, QObject *parent=0);
43 Palette(const QString& name, const QString& filename, bool readonly, QObject *parent=0);
46 static Palette *fromFile(const QFileInfo& file, bool readonly=false, QObject *parent=0);
48 static Palette *copy(const Palette *pal, const QString &newname, QObject *parent=0);
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygenshadowconfiguration.cpp36 ShadowConfiguration::ShadowConfiguration( Palette::Group group ): in ShadowConfiguration()
40 assert(group==Palette::Active||group==Palette::Inactive); in ShadowConfiguration()
42 if( _colorGroup == Palette::Active ) in ShadowConfiguration()
73 …std::cerr << "Oxygen::ShadowConfiguration::initialize - " << (_colorGroup == Palette::Active ? "Ac… in initialize()
76 if( _colorGroup == Palette::Active) in initialize()
105 …out << "Oxygen::ShadowConfiguration - (" << (configuration._colorGroup == Palette::Active ? "Activ… in operator <<()
H A Doxygenstyle.cpp752 const Palette::Group group( options&Disabled ? Palette::Disabled : Palette::Active ); in renderTreeLines()
1001 const Palette::Group group( options&Disabled ? Palette::Disabled : Palette::Active ); in renderProgressBarHole()
1017 const Palette::Group group( options&Disabled ? Palette::Disabled : Palette::Active ); in renderProgressBarHandle()
1051 const Palette::Group group( options&Disabled ? Palette::Disabled : Palette::Active ); in renderScrollBarHole()
1114 const Palette::Group group( options&Disabled ? Palette::Disabled : Palette::Active ); in renderScrollBarHandle()
1356 const Palette::Group group( options&Disabled ? Palette::Disabled : Palette::Active ); in renderButtonSlab()
1534 const Palette::Group group( options&Disabled ? Palette::Disabled : Palette::Active ); in renderCheckBox()
1535 const Palette::Role role( options&Flat ? Palette::Window : Palette::Button ); in renderCheckBox()
1580 Palette::Group group( (options&Disabled) ? Palette::Disabled : Palette::Active ); in renderCheckBox()
1812 const Palette::Group group( enabled ? Palette::Active : Palette::Disabled ); in renderHole()
[all …]
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygenshadowconfiguration.cpp36 ShadowConfiguration::ShadowConfiguration( Palette::Group group ): in ShadowConfiguration()
40 assert(group==Palette::Active||group==Palette::Inactive); in ShadowConfiguration()
42 if( _colorGroup == Palette::Active ) in ShadowConfiguration()
73 …std::cerr << "Oxygen::ShadowConfiguration::initialize - " << (_colorGroup == Palette::Active ? "Ac… in initialize()
76 if( _colorGroup == Palette::Active) in initialize()
105 …out << "Oxygen::ShadowConfiguration - (" << (configuration._colorGroup == Palette::Active ? "Activ… in operator <<()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/neverhood/
H A Dpalette.h31 class Palette : public Entity {
34 Palette(NeverhoodEngine *vm);
36 Palette(NeverhoodEngine *vm, byte *palette);
38 Palette(NeverhoodEngine *vm, const char *filename);
40 Palette(NeverhoodEngine *vm, uint32 fileHash);
41 virtual ~Palette();
/dports/games/scummvm/scummvm-2.5.1/engines/neverhood/
H A Dpalette.h31 class Palette : public Entity {
34 Palette(NeverhoodEngine *vm);
36 Palette(NeverhoodEngine *vm, byte *palette);
38 Palette(NeverhoodEngine *vm, const char *filename);
40 Palette(NeverhoodEngine *vm, uint32 fileHash);
41 ~Palette() override;
/dports/graphics/pixen/Pixen-0.1/English.lproj/
H A DLocalizable.strings30 /* Color Palette Label */
32 /* Color Palette Tooltip */
79 /* Palette Save As */
81 /* Palette Set Default */
83 /* Palette Delete */
87 /* Generated Palette */
97 /* New Palette Prompt */
99 /* Change Palette Color */
100 "Change Palette Color" = "Change Palette Color";
101 /* Change Palette */
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Basescape/
H A DBasescapeState.cpp122 _edtBase->setColor(Palette::blockOffset(15)+1); in BasescapeState()
126 _txtLocation->setColor(Palette::blockOffset(15)+6); in BasescapeState()
128 _txtFunds->setColor(Palette::blockOffset(13)+10); in BasescapeState()
130 _btnNewBase->setColor(Palette::blockOffset(13)+5); in BasescapeState()
134 _btnBaseInfo->setColor(Palette::blockOffset(13)+5); in BasescapeState()
138 _btnSoldiers->setColor(Palette::blockOffset(13)+5); in BasescapeState()
142 _btnCrafts->setColor(Palette::blockOffset(13)+5); in BasescapeState()
150 _btnResearch->setColor(Palette::blockOffset(13)+5); in BasescapeState()
158 _btnTransfer->setColor(Palette::blockOffset(13)+5); in BasescapeState()
162 _btnPurchase->setColor(Palette::blockOffset(13)+5); in BasescapeState()
[all …]
H A DPurchaseState.cpp90 _window->setColor(Palette::blockOffset(13)+10); in PurchaseState()
93 _btnOk->setColor(Palette::blockOffset(13)+10); in PurchaseState()
98 _btnCancel->setColor(Palette::blockOffset(13)+10); in PurchaseState()
103 _txtTitle->setColor(Palette::blockOffset(13)+10); in PurchaseState()
108 _txtFunds->setColor(Palette::blockOffset(13)+10); in PurchaseState()
112 _txtPurchases->setColor(Palette::blockOffset(13)+10); in PurchaseState()
116 _txtSpaceUsed->setColor(Palette::blockOffset(13)+10); in PurchaseState()
124 _txtItem->setColor(Palette::blockOffset(13)+10); in PurchaseState()
127 _txtCost->setColor(Palette::blockOffset(13)+10); in PurchaseState()
130 _txtQuantity->setColor(Palette::blockOffset(13)+10); in PurchaseState()
[all …]
H A DStoresState.cpp69 _window->setColor(Palette::blockOffset(13)+10); in StoresState()
72 _btnOk->setColor(Palette::blockOffset(13)+10); in StoresState()
78 _txtTitle->setColor(Palette::blockOffset(13)+10); in StoresState()
83 _txtItem->setColor(Palette::blockOffset(13)+10); in StoresState()
86 _txtQuantity->setColor(Palette::blockOffset(13)+10); in StoresState()
89 _txtSpaceUsed->setColor(Palette::blockOffset(13)+10); in StoresState()
92 _lstStores->setColor(Palette::blockOffset(13)+10); in StoresState()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DPalette.cpp30 Palette::Palette(const Color &color, const Color &back) in Palette() function in GemRB::Palette
31 : Palette() in Palette()
45 void Palette::UpdateAlpha() in UpdateAlpha()
71 void Palette::CreateShadedAlphaChannel() in CreateShadedAlphaChannel()
87 void Palette::Brighten() in Brighten()
97 PaletteHolder Palette::Copy() const in Copy()
99 return new Palette(std::begin(col), std::end(col)); in Copy()
102 void Palette::SetupPaperdollColours(const ieDword* Colors, unsigned int type) in SetupPaperdollColours()
283 void Palette::SetupGlobalRGBModification(const PaletteHolder src, in SetupGlobalRGBModification()
297 bool Palette::operator==(const Palette& other) const { in operator ==()
[all …]
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/src/
H A Dfpreadpcx.pas64 Img.Palette.Clear;
74 Img.Palette.Add(c);
84 Img.Palette.Clear;
94 Img.Palette.Add(c);
101 Img.Palette.Clear;
102 Img.Palette.Add(colBlack);
103 Img.Palette.Add(colWhite);
114 Img.Palette.Clear;
127 Img.Palette.Add(C);
247 Img.Colors[Col, Row] := Img.Palette[1]
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/src/
H A Dfpreadpcx.pas64 Img.Palette.Clear;
74 Img.Palette.Add(c);
84 Img.Palette.Clear;
94 Img.Palette.Add(c);
101 Img.Palette.Clear;
102 Img.Palette.Add(colBlack);
103 Img.Palette.Add(colWhite);
114 Img.Palette.Clear;
127 Img.Palette.Add(C);
247 Img.Colors[Col, Row] := Img.Palette[1]
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Menu/
H A DTestState.cpp73 _window->setColor(Palette::blockOffset(15)+1); in TestState()
76 _button->setColor(Palette::blockOffset(15)+1); in TestState()
79 _text->setColor(Palette::blockOffset(15)+1); in TestState()
86 _list->setColor(Palette::blockOffset(15)+1); in TestState()
92 _number->setColor(Palette::blockOffset(15) + 1); in TestState()
95 _slider->setColor(Palette::blockOffset(15)+1); in TestState()
107 _comboBox->setColor(Palette::blockOffset(15)+1); in TestState()
H A DNewBattleState.cpp136 _window->setColor(Palette::blockOffset(8)+5); in NewBattleState()
139 _txtTitle->setColor(Palette::blockOffset(15)-1); in NewBattleState()
148 _frameLeft->setColor(Palette::blockOffset(15)-1); in NewBattleState()
154 _frameRight->setColor(Palette::blockOffset(15)-1); in NewBattleState()
156 _txtMission->setColor(Palette::blockOffset(8)+10); in NewBattleState()
159 _txtCraft->setColor(Palette::blockOffset(8)+10); in NewBattleState()
214 _cbxCraft->setColor(Palette::blockOffset(15)-1); in NewBattleState()
233 _btnEquip->setColor(Palette::blockOffset(15)-1); in NewBattleState()
237 _btnRandom->setColor(Palette::blockOffset(8)+5); in NewBattleState()
241 _btnOk->setColor(Palette::blockOffset(8)+5); in NewBattleState()
[all …]
/dports/games/hs-scroll/scroll-1.20180421/
H A DCurses.hs13 inCurses :: (Palette -> Curses a) -> IO a
20 data Palette = Palette constructor
25 assignColors :: Curses Palette
26 assignColors = Palette
30 paint :: Palette -> (Palette -> ColorID) -> Update a -> Update a
57 stomachColor :: Segment -> (Palette -> ColorID)
62 drawPlayer :: ViewOffset -> MaxPos -> Palette -> Player -> Update ()
72 drawSegment :: ViewOffset -> MaxPos -> Palette -> Segment -> Update ()
95 displayView :: View -> Palette -> Maybe Integer -> ViewOffset -> Curses (Maybe Event, ViewOffset)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/theme/
H A Dpalette.rs51 pub struct Palette { struct
72 impl Index<PaletteColor> for Palette { implementation
81 impl IndexMut<PaletteColor> for Palette { implementation
87 impl Palette { impl
104 pub fn merge(&self, namespace: &str) -> Palette { in merge() argument
156 impl Extend<(PaletteColor, Color)> for Palette { implementation
180 impl Default for Palette { implementation
181 fn default() -> Palette { in default()
186 Palette { in default()
251 pub(crate) fn load_toml(palette: &mut Palette, table: &toml::value::Table) { in load_toml() argument
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DPalette.h32 class Palette {
37 Palette(const IO::Path& path);
38 Palette(const Palette& other);
39 ~Palette();
41 void operator=(Palette other);
/dports/multimedia/zoneminder/zoneminder-1.36.5/db/
H A Dzm_update-1.23.3.sql32 update Monitors set Palette = 3 where Type != 'Local' and Palette = 4;
33 update MonitorPresets set Palette = 3 where Type != 'Local' and Palette = 4;
50 alter table Monitors modify column `Palette` int(10) unsigned NOT NULL default '0';
53 alter table MonitorPresets modify column `Palette` int(10) unsigned default NULL;

12345678910>>...312