Class TGAImage# Defined in File TGAImage.h Inheritance Relationships# Base Type# public TRAP::Image (Class Image) Class Documentation# class TGAImage : public TRAP::Image# Public Functions explicit TGAImage(std::filesystem::path filepath)# Constructor. Parameters: filepath – File path of the image to load. TGAImage(const TGAImage&) noexcept = default# Copy constructor. TGAImage &operator=(const TGAImage&) noexcept = default# Copy assignment operator. TGAImage(TGAImage&&) noexcept = default# Move constructor. TGAImage &operator=(TGAImage&&) noexcept = default# Move assignment operator. ~TGAImage() override = default# Destructor. virtual constexpr std::span<const u8> GetPixelData() const noexcept override# Retrieve the raw pixel data of the image. Returns: Raw pixel data.