rlottie/api: Added loadFromData() api with ColorFilter support
authorSubhransu Mohanty <smohantty@gmail.com>
Fri, 3 Jul 2020 03:57:03 +0000 (12:57 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 13 Jul 2020 03:33:20 +0000 (12:33 +0900)
commitc6bae455d0d1856e60ae2541577f904e5d5ee114
treef0724228ef22930c5d1102286976e3ac1c869ba2
parent0a0d3127ed9b7e53b4f3f2581f087f99002c4dbc
rlottie/api: Added loadFromData() api with ColorFilter support

Some usecase needs to apply the color filter during parsing for theme
support.
Ex: Same resource can be used for different theme with different colorfilter
    which will update the color pallet according to the theme.
inc/rlottie.h
src/lottie/lottieanimation.cpp
src/lottie/lottieloader.cpp
src/lottie/lottieloader.h
src/lottie/lottieparser.cpp
src/lottie/lottieparser.h