Searched refs:cGrey (Results 1 – 1 of 1) sorted by relevance
197 sal_uInt8 cGrey = 0, cGreyInc = 17; in GetGreyPalette() local201 for( sal_uInt16 i = 0; i < 16; i++, cGrey = sal::static_int_cast<sal_uInt8>(cGrey + cGreyInc) ) in GetGreyPalette()202 aGreyPalette16[ i ] = BitmapColor( cGrey, cGrey, cGrey ); in GetGreyPalette()
Completed in 22 milliseconds