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

Method MapColorRGB

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

Constructor, calls parents' constructor.

Source from the content-addressed store, hash-verified

188
189//! Constructor, calls parents' constructor.
190MapColorRGB::MapColorRGB(double ip)
191 : MapColor(ip)
192{
193}
194
195//! Constructor, calls parents' constructor, then initializes its value to i.
196MapColorRGB::MapColorRGB(QRgb i, double ip)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected