| 780 | } |
| 781 | |
| 782 | void Freenect2DeviceImpl::setColorSetting(ColorSettingCommandType cmd, uint32_t value) |
| 783 | { |
| 784 | CommandTransaction::Result result; |
| 785 | command_tx_.execute(ColorSettingCommand(cmd, value), result); |
| 786 | } |
| 787 | |
| 788 | void Freenect2DeviceImpl::setColorSetting(ColorSettingCommandType cmd, float value) |
| 789 | { |
nothing calls this directly
no test coverage detected