GAF  3.4.10
General animation format player for Unity
Public Member Functions | Properties | Private Attributes | List of all members
GAFColorTransformationMatrix Class Reference

Public Member Functions

 GAFColorTransformationMatrix ()
 
 GAFColorTransformationMatrix (Color _Multipliers, Color _Offsets)
 
override string ToString ()
 

Properties

Color Multipliers [get, set]
 
Color Offsets [get, set]
 

Private Attributes

float m_MultiplierR
 
float m_MultiplierG
 
float m_MultiplierB
 
float m_MultiplierA
 
float m_OffsetR
 
float m_OffsetG
 
float m_OffsetB
 
float m_OffsetA
 

Constructor & Destructor Documentation

GAFColorTransformationMatrix.GAFColorTransformationMatrix ( )
GAFColorTransformationMatrix.GAFColorTransformationMatrix ( Color  _Multipliers,
Color  _Offsets 
)

Member Function Documentation

override string GAFColorTransformationMatrix.ToString ( )

Member Data Documentation

float GAFColorTransformationMatrix.m_MultiplierA
private
float GAFColorTransformationMatrix.m_MultiplierB
private
float GAFColorTransformationMatrix.m_MultiplierG
private
float GAFColorTransformationMatrix.m_MultiplierR
private
float GAFColorTransformationMatrix.m_OffsetA
private
float GAFColorTransformationMatrix.m_OffsetB
private
float GAFColorTransformationMatrix.m_OffsetG
private
float GAFColorTransformationMatrix.m_OffsetR
private

Property Documentation

Color GAFColorTransformationMatrix.Multipliers
getset
Color GAFColorTransformationMatrix.Offsets
getset

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