lv_img transp_en moved to img header + minor modsin objx

This commit is contained in:
Gabor
2016-06-15 16:09:24 +02:00
parent 2666ed5fab
commit 27fa169996
17 changed files with 177 additions and 312 deletions

View File

@@ -110,7 +110,8 @@ void lv_rletter(const point_t * pos_p, const area_t * mask_p,
* @param transp true: enable transparency of LV_IMG_COLOR_TRANSP color pixels
*/
void lv_rmap(const area_t * cords_p, const area_t * mask_p,
const color_t * map_p, opa_t opa, bool transp)
const color_t * map_p, opa_t opa, bool transp,
color_t recolor, color_t recolor_opa)
{
area_t masked_a;
bool union_ok;