Home
last modified time | relevance | path

Searched refs:useRGBcolors (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dpstoeditoptions.h176 OptionT < bool, BoolTrueExtractor > useRGBcolors ;//= false; variable
447 useRGBcolors (true, "-rgb",noArgument,g_t,"use RGB colors instead of CMYK", in PsToEditOptions()
665 ADD(useRGBcolors); in PsToEditOptions()
H A Dpstoedit.cpp944 if (options.useRGBcolors) { in pstoedit()