| 150 | } |
| 151 | |
| 152 | void SpectralDisplay::Resize(float w, float h) |
| 153 | { |
| 154 | mWidth = w; |
| 155 | mHeight = h; |
| 156 | mModuleSaveData.SetInt("width", w); |
| 157 | mModuleSaveData.SetInt("height", h); |
| 158 | } |
| 159 | |
| 160 | void SpectralDisplay::LoadLayout(const ofxJSONElement& moduleInfo) |
| 161 | { |