MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / Copy

Method Copy

GenColor.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 RgbConverter::ToColor(color, this);
44 }
45 void Rgb::Copy(IColorSpace *color) {
46 Rgb *rgb = static_cast<Rgb*>(color);
47 rgb->r = r;
48 rgb->g = g;
49 rgb->b = b;
50 }
51
52
53 Xyz::Xyz() {}

Callers 1

ToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected