1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 20:34:14 +01:00

added RFillImage

This commit is contained in:
kojima
2000-03-09 22:22:41 +00:00
parent 9915c4ab2a
commit 150432ff95
3 changed files with 11 additions and 5 deletions

View File

@@ -406,6 +406,8 @@ void RHSVtoRGB(RHSVColor *hsv, RColor *rgb);
*/
void RClearImage(RImage *image, RColor *color);
void RFillImage(RImage *image, RColor *color);
void RBevelImage(RImage *image, int bevel_type);
RImage *RRenderGradient(unsigned width, unsigned height, RColor *from,