MLX42 1.0
MLX42
|
#include <MLX42.h>
Data Fields | |
mlx_texture_t | texture |
int32_t | color_count |
int32_t | cpp |
char | mode |
Struct containing data regarding an XPM image.
texture | The texture data of the XPM. |
color_count | The amount of colors available. |
cpp | The amount of characters per pixel. |
mode | The color mode, either (c)olor or (m)onochrome. |
mlx_texture_t xpm::texture |