gflSetColorAt

The gflSetColorAt function allows to set a color at a position of the picture.

GFL_ERROR gflSetColorAt(
  GFL_BITMAP * src,  
  GFL_INT32 x,  
  GFL_INT32 y,  
  const GFL_COLOR * color
);

Parameters

Return value

See also