Data Fields

ppm Struct Reference

#include <ppm.h>

Data Fields

unsigned int width
unsigned int height
unsigned int ** pixels

Detailed Description

A new type that represents a PPM image

Definition at line 6 of file ppm.h.


Field Documentation

unsigned int height

Definition at line 4 of file ppm.h.

unsigned int** pixels

Definition at line 5 of file ppm.h.

unsigned int width

Definition at line 3 of file ppm.h.


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