JWS C Library
C language utility library
Pixel_f Struct Reference

A 3-sample single precision floating point picture element. More...

#include <image.h>

Data Fields

float r
 Red sample.
float g
 Green sample.
float b
 Blue sample.

Detailed Description

A 3-sample single precision floating point picture element.

Sample values range [0,1].

Definition at line 76 of file image.h.


Field Documentation

float Pixel_f::r

Red sample.

Definition at line 79 of file image.h.

float Pixel_f::g

Green sample.

Definition at line 82 of file image.h.

float Pixel_f::b

Blue sample.

Definition at line 85 of file image.h.


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