Skip to content

Commit

Permalink
Added reverse-grayscale and reverse-viridis color maps
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Mar 17, 2024
1 parent 132767a commit bc3e809
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ngscopeclient/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,9 @@ void MainWindow::LoadGradients()
LoadGradient("Ironbow", "eye-gradient-ironbow");
LoadGradient("KRain", "eye-gradient-krain");
LoadGradient("Rainbow", "eye-gradient-rainbow");
LoadGradient("Reverse Grayscale", "eye-gradient-reverse-grayscale");
LoadGradient("Reverse Rainbow", "eye-gradient-reverse-rainbow");
LoadGradient("Reverse Viridis", "eye-gradient-reverse-viridis");
LoadGradient("Viridis", "eye-gradient-viridis");
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc3e809

Please sign in to comment.