Searched refs:channels (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-scales.cpp524 void ColorScales::_updateSliders(guint channels) argument
532 if ((channels != CSC_CHANNEL_R) && (channels != CSC_CHANNEL_A)) {
538 if ((channels != CSC_CHANNEL_G) && (channels != CSC_CHANNEL_A)) {
544 if ((channels != CSC_CHANNEL_B) && (channels != CSC_CHANNEL_A)) {
550 if (channels != CSC_CHANNEL_A) {
559 if ((channels != CSC_CHANNEL_S) && (channels !
[all...]
H A Dcolor-scales.h63 void _updateSliders(guint channels);
/inkscape/src/ui/tools/
H A Dflood-tool.h42 static void set_channels(gint channels);
H A Dflood-tool.cpp816 PaintBucketChannels method = (PaintBucketChannels) prefs->getInt("/tools/paintbucket/channels", 0);
1220 void FloodTool::set_channels(gint channels) { argument
1222 prefs->setInt("/tools/paintbucket/channels", channels);
/inkscape/src/widgets/
H A Dpaintbucket-toolbar.cpp60 gint channels = ege_select_one_action_get_active( act ); local
61 //flood_channels_set_channels( channels );
62 Inkscape::UI::Tools::FloodTool::set_channels(channels);
137 ege_select_one_action_set_active( act1, prefs->getInt("/tools/paintbucket/channels", 0) );

Completed in 22 milliseconds