Data Structures | |
| class | ColorValuesData |
| class | PPEMatClassParameterColor |
Functions | |
| void | PPEMatClassParameterColor (int mat_idx, int parameter_idx, PPEClassBase parent) |
| override void | InitDefaults () |
| override void | InitCuttent () |
| override int | GetParameterVarType () |
| override void | Update (float timeslice, out Param p_total, out bool setting_defaults, int order) |
| void | PrepareLayerInfo (int layer, array< float > values, int operator) |
| Fills relative values into arrays/member variables. | |
| override void | SetParameterValueDefault (inout Param p_total) |
Variables | |
| ColorValuesData | VALUE_RED = 0 |
| const int | VALUE_GREEN = 1 |
| const int | VALUE_BLUE = 2 |
| const int | VALUE_ALPHA = 3 |
| const int | VALUES_COUNT = 4 |
| protected PPETemplateDefColor | m_Color |
| protected ref map< int, ref ColorValuesData > | m_LayerInfo |
| float | m_ColorDefaults [4] |
| override int GetParameterVarType | ( | ) |
| override void InitCuttent | ( | ) |
References m_ColorDefaults.
| override void InitDefaults | ( | ) |
References m_Color, and m_ColorDefaults.
| void PPEMatClassParameterColor | ( | int | mat_idx, |
| int | parameter_idx, | ||
| PPEClassBase | parent | ||
| ) |
References m_LayerInfo.
Fills relative values into arrays/member variables.
References m_LayerInfo, ColorValuesData::SetOperator(), and ColorValuesData::SetValues().
Referenced by Update().
| override void SetParameterValueDefault | ( | inout Param | p_total | ) |
References m_ColorDefaults.
Referenced by Update().
| protected PPETemplateDefColor m_Color |
Referenced by InitDefaults().
| float m_ColorDefaults[4] |
Referenced by InitCuttent(), InitDefaults(), PPEMatClassParameterColor::ModifyResultValues(), SetParameterValueDefault(), and Update().
| protected ref map<int,ref ColorValuesData> m_LayerInfo |
Referenced by PPEMatClassParameterCommandData::PPEMatClassParameterBool(), PPEMatClassParameterColor(), PPEMatClassParameterCommandData::PPEMatClassParameterFloat(), PPEMatClassParameterCommandData::PPEMatClassParameterInt(), PrepareLayerInfo(), PPEMatClassParameterCommandData::PrepareLayerInfo(), PPEMatClassParameterCommandData::PrepareLayerInfo(), PPEMatClassParameterCommandData::PrepareLayerInfo(), PPEMatClassParameterCommandData::Update(), and Update().
| ColorValuesData VALUE_RED = 0 |
Referenced by Update().
| const int VALUES_COUNT = 4 |