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

/inkscape/src/extension/internal/
H A Dodf.cpp1367 guint32 strokeCol = style->stroke.value.color.toRGBA32( 0 ); local
1369 int r = (strokeCol >> 24) & 0xff;
1370 int g = (strokeCol >> 16) & 0xff;
1371 int b = (strokeCol >> 8) & 0xff;

Completed in 1570 milliseconds