Skip to content

cf_draw_peek_antialias_scale

Category: draw
GitHub: cute_draw.h


Returns the last antialias scale.

float cf_draw_peek_antialias_scale();

Remarks

Antialias scale controls how much antialiasing will be used. A larger number makes the borders of shapes blurry. The number must be greater than 0, but probably not more than 2 or 3 for most cases. The default is 1.5.

cf_draw_push_antialias_scale
cf_draw_pop_antialias_scale