GrafX2 2.9.3227
The ultimate 256-color painting program
T_Bitmap Struct Reference

A single image bitmap This struct is used to store a flattened view of the current picture. More...

#include <struct.h>

+ Collaboration diagram for T_Bitmap:

Data Fields

int Width
 Image width in pixels. More...
 
int Height
 Image height in pixels. More...
 
byteImage
 Pixel data for the image. More...
 

Detailed Description

A single image bitmap This struct is used to store a flattened view of the current picture.

Field Documentation

◆ Width

int T_Bitmap::Width

◆ Height

int T_Bitmap::Height

◆ Image


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