|
||
SS_IMAGE_INFO |
||||||||||||||||||||
Structure |
This data type is used to store information retrieved about an image.
struct SS_IMAGE_INFO { INT32 pixel_width; INT32 pixel_height; INT32 horizontal_DPI; INT32 vertical_DPI; INT32 bits_per_pixel; INT32 number_of_colors; INT32 texture_width_PO2; INT32 texture_height_PO2; };
|
|||||||||||||||||||
Members |
|
|||||||||||||||||||
See Also |
|
|||||||||||||||||||
Header |
silver.h |
|||||||||||||||||||
|