xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Aurora::GFXControl::ColorTransform Struct Reference

A color tranformation of the specific object. More...

#include <gfxfile.h>

Public Member Functions

 ColorTransform ()
 

Public Attributes

bool mulTransform
 
bool addTransform
 
int mulR
 
int mulG
 
int mulB
 
int mulA
 
int addR
 
int addG
 
int addB
 
int addA
 

Detailed Description

A color tranformation of the specific object.

Definition at line 290 of file gfxfile.h.

Constructor & Destructor Documentation

◆ ColorTransform()

Aurora::GFXControl::ColorTransform::ColorTransform ( )
inline

Definition at line 295 of file gfxfile.h.

References addA, addB, addG, addR, addTransform, mulA, mulB, mulG, mulR, and mulTransform.

Member Data Documentation

◆ addA

int Aurora::GFXControl::ColorTransform::addA

Definition at line 293 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ addB

int Aurora::GFXControl::ColorTransform::addB

Definition at line 293 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ addG

int Aurora::GFXControl::ColorTransform::addG

Definition at line 293 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ addR

int Aurora::GFXControl::ColorTransform::addR

Definition at line 293 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ addTransform

bool Aurora::GFXControl::ColorTransform::addTransform

Definition at line 291 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ mulA

int Aurora::GFXControl::ColorTransform::mulA

Definition at line 292 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ mulB

int Aurora::GFXControl::ColorTransform::mulB

Definition at line 292 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ mulG

int Aurora::GFXControl::ColorTransform::mulG

Definition at line 292 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ mulR

int Aurora::GFXControl::ColorTransform::mulR

Definition at line 292 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().

◆ mulTransform

bool Aurora::GFXControl::ColorTransform::mulTransform

Definition at line 291 of file gfxfile.h.

Referenced by ColorTransform(), and Aurora::GFXFile::readColorTransform().


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