Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
spdtColor Class Reference
#include <spdtcolor.h>
Inheritance diagram for spdtColor:
List of all members.
Detailed Description
- Author:
- Sven Broenstrup
Member Function Documentation
|
Get blue value (RGB) - Returns:
- Blue component of RGB, value from 0 to 255
|
|
Get green value (RGB) - Returns:
- Green component of RGB, value from 0 to 255
|
int spdtColor::getGray |
( |
|
) |
|
|
|
Get gray value - Returns:
- Gray equivalent to the color, value from 0 to 255
|
|
Get hue value (HSV) - Returns:
- Hue component of HSV, value from 0 to 100
|
|
Get red value (RGB) - Returns:
- Red component of RGB, value from 0 to 255
|
|
Get saturation value (HSV) - Returns:
- Saturation component of HSV, value from 0 to 360
|
|
Get brightness value (HSV) - Returns:
- Brightness component of HSV, value from 0 to 100
|
Member Data Documentation
int spdtColor::cmyk_c [protected]
|
|
int spdtColor::cmyk_k [protected]
|
|
int spdtColor::cmyk_m [protected]
|
|
|
Magenta component of CMYK |
int spdtColor::cmyk_y [protected]
|
|
int spdtColor::hsv_h [protected]
|
|
int spdtColor::hsv_s [protected]
|
|
|
Saturation component of HSV |
int spdtColor::hsv_v [protected]
|
|
|
Brightness value component of HSV |
int spdtColor::rgb_b [protected]
|
|
int spdtColor::rgb_g [protected]
|
|
int spdtColor::rgb_r [protected]
|
|
The documentation for this class was generated from the following file: