Don't have an account? Sign Up
struct SColorChartLayer { int m_texID; float m_blendAmount; };
IColorGradingController.h
float m_blendAmount;
int m_texID;
SColorChartLayer();
SColorChartLayer(const SColorChartLayer& rhs);
SColorChartLayer(int texID, float blendAmount);