diff --git a/inc/thorvg.h b/inc/thorvg.h index a409ade8..a49e9679 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -1296,7 +1296,7 @@ public: Result size(float* w, float* h) const noexcept; /** - * @brief Loads a raw data from a memory block with a given size. + * @brief Loads raw data in ARGB8888 format from a memory block of the given size. * * ThorVG efficiently caches the loaded data using the specified @p data address as a key * when the @p copy has @c false. This means that loading the same data again will not result in duplicate operations