MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
premultiply.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <mbgl/util/image.hpp>
4 
5 namespace mbgl {
6 namespace util {
7 
10 
11 } // namespace util
12 } // namespace mbgl
UnassociatedImage unpremultiply(PremultipliedImage &&)
PremultipliedImage premultiply(UnassociatedImage &&)
Definition: actor.hpp:15