Searched refs:aColorArr (Results 1 – 1 of 1) sorted by relevance
442 Color aColorArr[ 5 ]; in GetMixedColors() local443 aColorArr[ 0 ] = maPalette[ nIndex1 ].maColor; in GetMixedColors()444 aColorArr[ 4 ] = maPalette[ nIndex2 ].maColor; in GetMixedColors()445 lclSetMixedColor( aColorArr[ 2 ], aColorArr[ 0 ], aColorArr[ 4 ] ); in GetMixedColors()446 lclSetMixedColor( aColorArr[ 1 ], aColorArr[ 0 ], aColorArr[ 2 ] ); in GetMixedColors()447 lclSetMixedColor( aColorArr[ 3 ], aColorArr[ 2 ], aColorArr[ 4 ] ); in GetMixedColors()453 sal_Int32 nDist = lclGetColorDistance( aForeColor, aColorArr[ nCnt ] ); in GetMixedColors()
Completed in 55 milliseconds