mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refs #742, allow to search by colors
* color distance in livery * and in container
This commit is contained in:
committed by
Mathew Sutcliffe
parent
940137b921
commit
74740991a3
@@ -52,6 +52,12 @@ namespace BlackMisc
|
||||
//! Find livery by airline
|
||||
CLivery findStdLiveryByAirlineIcaoVDesignator(const CAirlineIcaoCode &icao) const;
|
||||
|
||||
//! Search for colors
|
||||
CLivery findColorLiveryOrDefault(const BlackMisc::CRgbColor &fuselage, const CRgbColor &tail) const;
|
||||
|
||||
//! Search for colors
|
||||
CLivery findClosestColorLiveryOrDefault(const BlackMisc::CRgbColor &fuselage, const CRgbColor &tail) const;
|
||||
|
||||
//! By simplified name
|
||||
CLiveryList findStdLiveriesBySimplifiedAirlineName(const QString &containedString) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user