// // Created by Sam Gondelman on 1/15/19. // Copyright 2019 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef hifi_PulseMode_h #define hifi_PulseMode_h #include "QString" /**jsdoc *
Pulse modes for color and alpha pulsing.
*Value | Description |
---|---|
"none" | No pulsing. |
"in" | Pulse in phase with the pulse period. |
"out" | Pulse out of phase with the pulse period. |