PLearn 0.1
Public Member Functions | Public Attributes
PLearn::HSV Class Reference

#include <RGBImage.h>

Collaboration diagram for PLearn::HSV:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 HSV ()
 HSV (unsigned char the_h, unsigned char the_s, unsigned char the_v)

Public Attributes

unsigned char h
unsigned char s
unsigned char v

Detailed Description

Definition at line 87 of file RGBImage.h.


Constructor & Destructor Documentation

PLearn::HSV::HSV ( ) [inline]

Definition at line 94 of file RGBImage.h.

{}
PLearn::HSV::HSV ( unsigned char  the_h,
unsigned char  the_s,
unsigned char  the_v 
) [inline]

Definition at line 95 of file RGBImage.h.

    : h(the_h), s(the_s), v(the_v) {}

Member Data Documentation

unsigned char PLearn::HSV::h

Definition at line 90 of file RGBImage.h.

unsigned char PLearn::HSV::s

Definition at line 91 of file RGBImage.h.

unsigned char PLearn::HSV::v

Definition at line 92 of file RGBImage.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines