Skip to content
Snippets Groups Projects
Commit 8b5b7811 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

RED

refs 2093
parent acb8b6b6
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,10 @@ public class ColorUtil {
* @return rgb color as Color3D object
*/
public static Color3D rgbToColor3D(RGB rgb) {
// TODO: B.19
return Graphics3DModelElementFactory.color(rgb.red / 255.f, rgb.green / 255.f,
rgb.blue / 255.f);
// TODO: B.18
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment