onionskin change

This commit is contained in:
2025-11-19 21:43:13 -05:00
parent 631c9c02fa
commit 6c6660d7c4
6 changed files with 93 additions and 29 deletions
+7 -1
View File
@@ -82,6 +82,12 @@ namespace anm2ed::types::color
namespace anm2ed::types
{
enum class OnionskinMode
{
TIME,
INDEX
};
constexpr auto ID_NONE = -1;
constexpr ImVec2 to_imvec2(const glm::vec2& v) noexcept { return {v.x, v.y}; }
@@ -104,4 +110,4 @@ namespace anm2ed::types
static T value{-1};
return value;
}
}
}