Picasso API  2.8
Data Fields
_psx_image Struct Reference

A image object. More...

#include <psx_image.h>

Data Fields

int width
 
int height
 
int pitch
 
ps_color_format format
 
psx_image_frameframes
 
size_t num_frames
 

Detailed Description

A image object.

Definition at line 60 of file psx_image.h.

Field Documentation

◆ format

ps_color_format _psx_image::format

image format

Definition at line 68 of file psx_image.h.

◆ frames

psx_image_frame* _psx_image::frames

image data frames

Definition at line 70 of file psx_image.h.

◆ height

int _psx_image::height

image height

Definition at line 64 of file psx_image.h.

◆ num_frames

size_t _psx_image::num_frames

number of frame

Definition at line 72 of file psx_image.h.

◆ pitch

int _psx_image::pitch

bytes of a scanline

Definition at line 66 of file psx_image.h.

◆ width

int _psx_image::width

image width

Definition at line 62 of file psx_image.h.


The documentation for this struct was generated from the following file: