Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Hsva Struct Reference

C-struct that describes an hsva pixel-value. More...

#include <imagergba.h>

List of all members.

Public Attributes

float h
 color value (0-359)

float s
 saturation value (0-1)

float v
 brightness value (0-1)

unsigned char a
 alpha value (0-255)


Detailed Description

C-struct that describes an hsva pixel-value.

Definition at line 24 of file imagergba.h.


Member Data Documentation

unsigned char Hsva::a
 

alpha value (0-255)

Definition at line 29 of file imagergba.h.

Referenced by HSVtoRGB(), and RGBtoHSV().

float Hsva::h
 

color value (0-359)

Definition at line 26 of file imagergba.h.

Referenced by colorize::action(), hue::action(), HSVtoRGB(), and RGBtoHSV().

float Hsva::s
 

saturation value (0-1)

Definition at line 27 of file imagergba.h.

Referenced by HSVtoRGB(), and RGBtoHSV().

float Hsva::v
 

brightness value (0-1)

Definition at line 28 of file imagergba.h.

Referenced by HSVtoRGB(), and RGBtoHSV().


The documentation for this struct was generated from the following file:
Generated on Mon Jan 30 09:13:06 2006 for Painter Framework by doxygen1.2.18