Image Interpolation with Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
drawline.h
Go to the documentation of this file.
1 
16 #ifndef _DRAWLINE_H_
17 #define _DRAWLINE_H_
18 
19 #include "basic.h"
20 
21 void DrawLine(uint32_t *Image, int Width, int Height,
22  float x1, float y1, float x2, float y2, const float *Color);
23 
24 #endif /* _DRAWLINE_H_ */