BlendComposite.Blender Class Reference
List of all members.
|
Public Member Functions |
| abstract int[] | blend (int[] src, int[] dst) |
Static Public Member Functions |
| static Blender | getBlenderFor (BlendComposite composite) |
Static Private Member Functions |
| static void | HSLtoRGB (float h, float s, float l, int[] rgb) |
| static float | hue2RGB (float v1, float v2, float vH) |
| static void | RGBtoHSL (int r, int g, int b, float[] hsl) |
Member Function Documentation
| abstract int [] blend |
( |
int[] |
src, |
|
|
int[] |
dst | |
|
) |
| | [pure virtual] |
| static void HSLtoRGB |
( |
float |
h, |
|
|
float |
s, |
|
|
float |
l, |
|
|
int[] |
rgb | |
|
) |
| | [static, private] |
| static float hue2RGB |
( |
float |
v1, |
|
|
float |
v2, |
|
|
float |
vH | |
|
) |
| | [static, private] |
| static void RGBtoHSL |
( |
int |
r, |
|
|
int |
g, |
|
|
int |
b, |
|
|
float[] |
hsl | |
|
) |
| | [static, private] |
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/thumbnail/BlendComposite.java