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

Method setColorSetting

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

Source from the content-addressed store, hash-verified

780}
781
782void Freenect2DeviceImpl::setColorSetting(ColorSettingCommandType cmd, uint32_t value)
783{
784 CommandTransaction::Result result;
785 command_tx_.execute(ColorSettingCommand(cmd, value), result);
786}
787
788void Freenect2DeviceImpl::setColorSetting(ColorSettingCommandType cmd, float value)
789{

Callers

nothing calls this directly

Calls 2

ColorSettingCommandClass · 0.85
executeMethod · 0.45

Tested by

no test coverage detected