30 explicit HOT(std::span<const std::byte> hotData);
32 explicit HOT(
const std::filesystem::path& hotPath);
34 [[nodiscard]]
explicit operator bool()
const;
40 [[nodiscard]] uint8_t
getFlags()
const;
44 [[nodiscard]]
const std::vector<Rect>&
getRects()
const;
46 [[nodiscard]] std::vector<Rect>&
getRects();
48 [[nodiscard]] std::vector<std::byte>
bake()
const;
50 bool bake(
const std::filesystem::path& hotPath)
const;