You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/chalk/colorspaces/wet/wetdreams/wettexture.h

10 lines
304 B

/* synthesize a surface texture */
void wet_layer_maketexture(WetLayer * layer,
double height, double blurh, double blurv);
void wet_layer_clone_texture(WetLayer * dst, WetLayer * src);
void wet_pack_maketexture(WetPack * pack,
double height, double blurh, double blurv);