MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / is_yellow

Function is_yellow

tests/SphericalEffect.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54// Loose classifiers for our colored guide lines
55static bool is_red(QColor c) { return c.red() >= 200 && c.green() <= 60 && c.blue() <= 60; }
56static bool is_yellow(QColor c) { return c.red() >= 200 && c.green() >= 170 && c.blue() <= 60; }
57
58/* ----------------------------------------------------------------------------
59 * Invert behavior vs Yaw+180 (Equirect input)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected