MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / fromRGB

Method fromRGB

IPL/include/IPLColor.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 static IPLColor fromRGB(float r, float g, float b)
64 {
65 return IPLColor(r, g, b);
66 }
67
68 static IPLColor fromHSL(float h, float s, float l)
69 {

Callers

nothing calls this directly

Calls 1

IPLColorClass · 0.85

Tested by

no test coverage detected