The gflDrawPointColor function allows to draw a point on a picture.
GFL_ERROR gflDrawPointColor( GFL_BITMAP * src,
GFL_INT32 x,
GFL_INT32 y,
GFL_UINT32 line_width,
const GFL_COLOR * line_color,
GFL_BITMAP ** dst, );
Parameters
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.
See also