Constructor, calls parents' constructor.
| 188 | |
| 189 | //! Constructor, calls parents' constructor. |
| 190 | MapColorRGB::MapColorRGB(double ip) |
| 191 | : MapColor(ip) |
| 192 | { |
| 193 | } |
| 194 | |
| 195 | //! Constructor, calls parents' constructor, then initializes its value to i. |
| 196 | MapColorRGB::MapColorRGB(QRgb i, double ip) |
nothing calls this directly
no outgoing calls
no test coverage detected