bluerobotics / ping-viewer

Ping Viewer is an open-source application to view and record data from the Blue Robotics Ping Echosounder and Ping360 Scanning Sonar.
https://docs.bluerobotics.com/ping-viewer/
GNU General Public License v3.0
42 stars 39 forks source link

docs: custom gradients colour mismatch #993

Closed ES-Alexander closed 3 years ago

ES-Alexander commented 3 years ago

https://github.com/bluerobotics/ping-viewer/blob/docs/docs/display-settings.md

Where #000000 is white (low power signal - 0.0), #ffffff (average power signal - 0.5) is black and #ff0000 is red (max power signal - 1.0).

Should be

Where #000000 is black (low power signal - 0.0), #ffffff (average power signal - 0.5) is white and #ff0000 is red (max power signal - 1.0).