mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 16:51:50 +08:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r into scene_manipulators
This commit is contained in:
commit
e92cf311db
@ -545,7 +545,7 @@ unsigned get_colour_approx_luma(const wxColour &colour)
|
||||
double g = colour.Green();
|
||||
double b = colour.Blue();
|
||||
|
||||
std::round(std::sqrt(
|
||||
return std::round(std::sqrt(
|
||||
r * r * .241 +
|
||||
g * g * .691 +
|
||||
b * b * .068
|
||||
|
Loading…
x
Reference in New Issue
Block a user