Searched defs:HSV (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
H A DColor.h36 struct HSV { struct in namespace:android
37 HSV() = default;
38 HSV(double hIn, double sIn, double vIn) : h(hIn), s(sIn), v(vIn) {} function in struct:android::HSV
51 void inline HSV::modulate() {
63 inline RGB HSV::getRGB() const {

Completed in 1207 milliseconds