#define RETINIFY_API
Defines a macro for setting API visibility to "default" for the retinify library.
Definition attributes.hpp:8
This class represents the status of an operation in the retinify library.
Definition status.hpp:51
Definition colormap.hpp:13
RETINIFY_API auto StateDirectoryPath(std::filesystem::path &path) noexcept -> Status
Returns the state directory path for retinify.
RETINIFY_API auto CacheDirectoryPath(std::filesystem::path &path) noexcept -> Status
Returns the cache directory path for retinify.
RETINIFY_API auto ConfigDirectoryPath(std::filesystem::path &path) noexcept -> Status
Returns the configuration directory path for retinify.
RETINIFY_API auto DataDirectoryPath(std::filesystem::path &path) noexcept -> Status
Returns the data directory path for retinify.
RETINIFY_API auto HomeDirectoryPath(std::filesystem::path &path) noexcept -> Status
Returns the current user’s home directory path.