Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/main' into 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed Jan 2, 2024
2 parents d6e9dd3 + f0f3a52 commit cc865cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/OpenCvSharp/Modules/imgproc/Enum/ColormapTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ public enum ColormapTypes
Viridis = 16,
Cividis = 17,
Twilight = 18,
TwilightShifted = 19
TwilightShifted = 19,
Turbo = 20,
DeepGreen = 21
}
}

0 comments on commit cc865cb

Please sign in to comment.