Phongo Clap RT  1.0
Simple Raytracing Renderer
Public Attributes | List of all members
Pixel Struct Reference

Pixel data structure that will be used to hold the image units. More...

#include <Film.h>

Collaboration diagram for Pixel:
Collaboration graph

Public Attributes

float r
 
float g
 
float b
 

Detailed Description

Pixel data structure that will be used to hold the image units.

Definition at line 17 of file Film.h.

Member Data Documentation

float Pixel::b

Definition at line 21 of file Film.h.

float Pixel::g

Definition at line 20 of file Film.h.

float Pixel::r

Definition at line 19 of file Film.h.


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