Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dpreferences.cpp69 inline TPixel colorToTPixel(const QColor &color) { in colorToTPixel() function
825 return colorToTPixel(item.value.value<QColor>()); in getColorValue()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dpreferencespopup.cpp81 inline TPixel colorToTPixel(const QColor& color) { in colorToTPixel() function
882 new ColorField(this, false, colorToTPixel(item.value.value<QColor>())); in createUI()