int get_z_size() const
Returns the depth of the texture image that is contributing to the TexturePeeker's information.
int get_y_size() const
Returns the height of the texture image that is contributing to the TexturePeeker's information.
bool has_pixel(int x, int y) const
Returns whether a given coordinate is inside of the texture dimensions.
bool is_valid() const
Returns true if the TexturePeeker was able to initialize itself and is ready to return texel colors.
int get_x_size() const
Returns the width of the texture image that is contributing to the TexturePeeker's information.