KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
i_hsv.cpp File Reference

Code for an alternate Pixel wrapper supporting Hue, Saturation, Value. More...

#include <l/l_sys_std.h>
#include <l_cpp/l_exception.h>
#include <m_cpp/m_matrix.h>
#include <m_cpp/m_vector.h>
#include <i_cpp/i_hsv.h>
#include <cmath>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

Vector kjb::hsluma_space (const kjb_c::Pixel &p)
 Compute the spatial coordinates of a pixel in HSY color space. More...
 
kjb_c::Pixel kjb::get_pixel_from_hsluma_space (const Vector &hsy)
 This clampfully transforms a point in HSY space to RGB. More...
 
int kjb::get_pixel_from_hsluma_space (const Vector &hsy, kjb_c::Pixel *p)
 This might transform a point in HSY space to RGB. More...
 

Detailed Description

Code for an alternate Pixel wrapper supporting Hue, Saturation, Value.

Author
Andrew Predoehl