Searched defs:CTfunction (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/filter/
H A Dcolor.h526 std::ostringstream CTfunction; local
530 CTfunction << "<feFuncR type=\"identity\" tableValues=\"1 0\" />\n"
535 CTfunction << "<feFuncR type=\"table\" tableValues=\"0 1 0\" />\n"
539 CTfunction << "<feFuncR tableValues=\"0 0.2 0.4 0.6 0.8 1 1\" type=\"discrete\" />\n"
543 CTfunction << "<feFuncR type=\"linear\" slope=\".5\" intercept=\".10\" />\n"
547 CTfunction << "<feFuncR type=\"gamma\" amplitude=\"3\" exponent=\"3\" offset=\"0.1\" />\n"
556 "</filter>\n", CTfunction.str().c_str());

Completed in 39 milliseconds