From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../html/classirr_1_1video_1_1_s_color_h_s_l.html | 285 +++++++++++++++++++++ 1 file changed, 285 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_s_color_h_s_l.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_s_color_h_s_l.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_s_color_h_s_l.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_s_color_h_s_l.html new file mode 100644 index 0000000..7763b41 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_s_color_h_s_l.html @@ -0,0 +1,285 @@ + + + + +Irrlicht 3D Engine: irr::video::SColorHSL Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::video::SColorHSL Class Reference
+
+
+ +

Class representing a color in HSL format. + More...

+ +

#include <SColor.h>

+ +

List of all members.

+

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+

Class representing a color in HSL format.

+

The color values for hue, saturation, luminance are stored in 32bit floating point variables. Hue is in range [0,360], Luminance and Saturation are in percent [0,100]

+ +

Definition at line 592 of file SColor.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::SColorHSL::SColorHSL (f32 h = 0.f,
f32 s = 0.f,
f32 l = 0.f 
) [inline]
+
+
+ +

Definition at line 595 of file SColor.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void irr::video::SColorHSL::fromRGB (const SColorfcolor) [inline]
+
+ +
+ +
+
+ + + + + + + + +
void irr::video::SColorHSL::toRGB (SColorfcolor) const [inline]
+
+
+ +

Definition at line 646 of file SColor.h.

+ +

References Hue, irr::core::iszero(), Luminance, Saturation, and irr::video::SColorf::set().

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

Definition at line 601 of file SColor.h.

+ +

Referenced by fromRGB(), and toRGB().

+ +
+
+ +
+ +
+ +

Definition at line 603 of file SColor.h.

+ +

Referenced by fromRGB(), and toRGB().

+ +
+
+ +
+ +
+ +

Definition at line 602 of file SColor.h.

+ +

Referenced by fromRGB(), and toRGB().

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1