Skip to content

Commit

Permalink
Update SetLookupTable.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcross authored Oct 14, 2024
1 parent dd7cd5e commit 02eaf96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static LUT getLUT(String lookupTableName, double wavelengthNM) {
case LookupTables.RANDOM:
return LUTs.Random(true);
case LookupTables.FROM_WAVELENGTH:
Color colour = WavelengthToColorConverter.wavelengthToColor(wavelengthNM);
Color colour = WavelengthToColorConverter.convert(wavelengthNM);
return LUT.createLutFromColor(colour);
}
}
Expand Down

0 comments on commit 02eaf96

Please sign in to comment.