Home
last modified time | relevance | path

Searched refs:set4ColorShade (Results 1 – 3 of 3) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem.h678 void set4ColorShade(int t1, int t2, int t3, int t4);
H A Dpageitem.cpp2522 void PageItem::set4ColorShade(int t1, int t2, int t3, int t4) in set4ColorShade() function in PageItem
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dcpalette.cpp760 …currentItem->set4ColorShade(static_cast<int>(color1Shade->value()), static_cast<int>(color2Shade->… in setGradientColors()