API Reference > Extension Classes > ExRender Classes > OdGsBitmapVectorizeDevice Class > OdGsBitmapVectorizeDevice Methods > putPixel Method > OdGsBitmapVectorizeDevice::putPixel Method (OdUInt8*, OdUInt8, OdUInt8, OdUInt8, OdUInt8)
OdGsBitmapVectorizeDevice::putPixel Method (OdUInt8*, OdUInt8, OdUInt8, OdUInt8, OdUInt8)
Syntax
C++
inline void putPixel(OdUInt8* pPixel, OdUInt8 red, OdUInt8 green, OdUInt8 blue, OdUInt8 alpha);
Parameters 
Description 
OdUInt8* pPixel 
[in/out] Pointer to the pixel.  
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, and increments the pointer. 

 

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