From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- ...rtex_color_contrast_brightness_manipulator.html | 208 --------------------- 1 file changed, 208 deletions(-) delete mode 100644 libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_s_vertex_color_contrast_brightness_manipulator.html (limited to 'libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_s_vertex_color_contrast_brightness_manipulator.html') diff --git a/libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_s_vertex_color_contrast_brightness_manipulator.html b/libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_s_vertex_color_contrast_brightness_manipulator.html deleted file mode 100644 index c764a0c..0000000 --- a/libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_s_vertex_color_contrast_brightness_manipulator.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - -Irrlicht 3D Engine: irr::scene::SVertexColorContrastBrightnessManipulator Class Reference - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - - - - - -
-
Irrlicht 3D Engine - -
- -
- - - - - - -
-
-
- - - - -
-
- -
-
-
- -
-
- -
-
irr::scene::SVertexColorContrastBrightnessManipulator Class Reference
-
-
- -

Vertex manipulator which adjusts the contrast by the given factor and brightness by a signed amount. - More...

- -

#include <SVertexManipulator.h>

-
- + Inheritance diagram for irr::scene::SVertexColorContrastBrightnessManipulator:
-
-
- - -

List of all members.

-

-Public Member Functions

- -

Detailed Description

-

Vertex manipulator which adjusts the contrast by the given factor and brightness by a signed amount.

-

Factors over 1 increase contrast, below 1 reduce it. A positive amount increases brightness, a negative one darkens the colors.

- -

Definition at line 110 of file SVertexManipulator.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
irr::scene::SVertexColorContrastBrightnessManipulator::SVertexColorContrastBrightnessManipulator (f32 factor,
s32 amount 
) [inline]
-
-
- -

Definition at line 113 of file SVertexManipulator.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - - - - -
void irr::scene::SVertexColorContrastBrightnessManipulator::operator() (video::S3DVertexvertex) const [inline]
-
-
- -

Definition at line 114 of file SVertexManipulator.h.

- -

References irr::core::clamp(), irr::video::S3DVertex::Color, and irr::core::round32().

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