rageworx / fl_imgtk

FLTK image toolkit for some useful effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makegradation_h/v() has an error for zero alpha depth.

rageworx opened this issue · comments

By code,
image
Not applied zero alpha depth for 0xFFFFFF90 to 0xFFFFFF00.

image
It must be shaded to invisible white as like this,

image

This error belong to here,
image

Fixed in commit of 88b00f3..ac74cb9

image