Home
last modified time | relevance | path

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

/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js906 colorValue: function( el ) { method in Color
2679 shape.fill.color = color.colorValue( el );
2870 …vmlOffsetPct + ( stopPx[ i ] / vmlGradientLength * 100 ) ) + '% ' + stops[i].color.colorValue( el )
2879 fill['color'] = stops[0].color.colorValue( el );
2880 fill['color2'] = stops[stopCount - 1].color.colorValue( el );
2961 stroke.color = seg.color.colorValue( el );
2965 shape.fill.color = seg.fill.colorValue( el );
3371 fill.color = color.colorValue( el );
3702 '" stop-color="' + stopsInfo[i].color.colorValue( el ) +