mar3kk / threekkapps_library

MIT License
11 stars 6 forks source link

How do you get back the bitmap with the filled color #6

Closed kcochibili closed 6 years ago

kcochibili commented 6 years ago

A sample code in ReadMe, would be nice. I could not figure out how to get the resultant bitmap after the filling has been done in JNI

Euginius commented 6 years ago

The source bitmap itself is changed, there is no need to return result

kcochibili commented 6 years ago

oh okay, thank you for the clarification