MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / getColorSettingFloat

Method getColorSettingFloat

src/libfreenect2.cpp:297–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 virtual void setColorSetting(ColorSettingCommandType cmd, float value) {}
296 virtual uint32_t getColorSetting(ColorSettingCommandType cmd) { return 0u; }
297 virtual float getColorSettingFloat(ColorSettingCommandType cmd) { return 0.0f; }
298 virtual void setLedStatus(LedSettings led) {}
299
300 bool open();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected