API Reference > Extension Classes > ExRender Classes > OdGsBitmapVectorizeDevice Class > OdGsBitmapVectorizeDevice Methods > OdGsBitmapVectorizeDevice::putPixelAlias Method
OdGsBitmapVectorizeDevice::putPixelAlias Method
Syntax
C++
inline void putPixelAlias(int x, int y, OdUInt8 red, OdUInt8 green, OdUInt8 blue, OdUInt8 alpha, double coef);
Parameters 
Description 
int x 
[in] X-coordinate.  
int y 
[in] Y-coordinate.  
OdUInt8 red 
[in] Red component.  
OdUInt8 green 
[in] Green component.  
OdUInt8 blue 
[in] Blue component.  
OdUInt8 alpha 
[in] Alpha component. 

Sets the color of the specified pixel of this Vectorizer device.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.