Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip A Levis
EE185
Commits
2a89f66b
Commit
2a89f66b
authored
Jun 02, 2020
by
Martin Maina Mbuthia
Browse files
merge master into branch, keep RunHeadless
parent
3a268d1c
Changes
1
Show whitespace changes
Inline
Side-by-side
software/ui/src/Generator.java
View file @
2a89f66b
...
@@ -53,7 +53,7 @@ public class Generator extends LXOutput implements GeometryConstants {
...
@@ -53,7 +53,7 @@ public class Generator extends LXOutput implements GeometryConstants {
}
}
private
Color
[]
getRGBColors
(
LightSamplePoint
[]
points
)
{
private
Color
[]
getRGBColors
(
LightSamplePoint
[]
points
)
{
// consider using int[] and you have the LXColor.red()/LXColor.green()/LXColor.blue() methods
//
TODO
consider using int[] and you have the LXColor.red()/LXColor.green()/LXColor.blue() methods
// which are simlar to java.awt.Color.getRed(), etc.
// which are simlar to java.awt.Color.getRed(), etc.
Color
[]
ledColors
=
new
Color
[
points
.
length
];
Color
[]
ledColors
=
new
Color
[
points
.
length
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment