MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / MapColorHSV

Method MapColorHSV

3rd-party/cove/libvectorizer/MapColor.cpp:224–227  ·  view source on GitHub ↗

Constructor, calls parents' constructor.

Source from the content-addressed store, hash-verified

222
223//! Constructor, calls parents' constructor.
224MapColorHSV::MapColorHSV(double ip)
225 : MapColor(ip)
226{
227}
228
229//! Constructor, calls parents' constructor, then initializes its value to i.
230MapColorHSV::MapColorHSV(QRgb i, double ip)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected