Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
jpp::scene::SVertexColorGammaManipulator Class Reference

Vertex manipulator which adjusts the brightness by a gamma operation. More...

#include <jimcpp/core/engine/SVertexManipulator.hpp>

Inheritance diagram for jpp::scene::SVertexColorGammaManipulator:
Inheritance graph
Collaboration diagram for jpp::scene::SVertexColorGammaManipulator:
Collaboration graph

Public Member Functions

 SVertexColorGammaManipulator (f32 gamma)
 
void operator() (video::S3DVertex &vertex) const
 

Detailed Description

Vertex manipulator which adjusts the brightness by a gamma operation.

A value over one increases brightness, one below darkens the colors.


The documentation for this class was generated from the following file:

Jimcpp    @cppfx.xyz

K