Searched refs:rgbColors (Results 1 – 1 of 1) sorted by relevance
69 uno::Sequence< rendering::RGBColor > rgbColors(1); in create() local70 rgbColors[0] = rendering::RGBColor(0,0,0); in create()71 colorSequence[0] = rDevice->getDeviceColorSpace()->convertFromRGB(rgbColors); in create()72 rgbColors[0] = rendering::RGBColor(1,1,1); in create()73 colorSequence[1] = rDevice->getDeviceColorSpace()->convertFromRGB(rgbColors); in create()
Completed in 6 milliseconds