ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_ImageDescriptor Struct Reference

#include <ugbc.h>

Data Fields

char * data
int width
int height
int depth
int size
int fileSize
RGBicolors
int colorsCount
struct _ImageDescriptornext

Detailed Description

Definition at line 909 of file ugbc.h.

Field Documentation

◆ colors

RGBi* colors

Definition at line 917 of file ugbc.h.

◆ colorsCount

int colorsCount

Definition at line 918 of file ugbc.h.

◆ data

char* data

Definition at line 911 of file ugbc.h.

◆ depth

int depth

Definition at line 914 of file ugbc.h.

◆ fileSize

int fileSize

Definition at line 916 of file ugbc.h.

◆ height

int height

Definition at line 913 of file ugbc.h.

◆ next

struct _ImageDescriptor* next

Definition at line 919 of file ugbc.h.

◆ size

int size

Definition at line 915 of file ugbc.h.

◆ width

int width

Definition at line 912 of file ugbc.h.


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