#include <kanzi/core/cpp/string_view.hpp>#include <kanzi/core/math/color_rgba.hpp>#include <kanzi/interop/interop_api.hpp>Namespaces | |
| namespace | kanzi |
| namespace | kanzi::interop |
Functions | |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::TextureBrush_create (Context *context, string_view name) |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::TextureBrush_create1 (Context *context, string_view name, ObjectWrapper *texture) |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::TextureBrush_create2 (Context *context, string_view name, ObjectWrapper *texture, const ColorRGBA &color) |