mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
14 lines
422 B
C++
14 lines
422 B
C++
#ifndef ShapeRenderLayer_hpp
|
|
#define ShapeRenderLayer_hpp
|
|
|
|
#include "Lottie/Private/MainThread/NodeRenderSystem/Protocols/RenderNode.hpp"
|
|
#include "Lottie/Private/MainThread/NodeRenderSystem/Protocols/NodeOutput.hpp"
|
|
|
|
namespace lottie {
|
|
|
|
void getGradientParameters(int numberOfColors, GradientColorSet const &colors, std::vector<Color> &outColors, std::vector<double> &outLocations);
|
|
|
|
}
|
|
|
|
#endif /* ShapeRenderLayer_hpp */
|