Skip to content

Commit

Permalink
OpenCv 4.8.0 ColormapTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuh committed Dec 5, 2023
1 parent a52ac58 commit bb0f15d
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
}
}

Check failure on line 33 in src/OpenCvSharp/Modules/imgproc/Enum/ColormapTypes.cs

View workflow job for this annotation

GitHub Actions / build

Type or namespace definition, or end-of-file expected

Check failure on line 33 in src/OpenCvSharp/Modules/imgproc/Enum/ColormapTypes.cs

View workflow job for this annotation

GitHub Actions / build

Type or namespace definition, or end-of-file expected

0 comments on commit bb0f15d

Please sign in to comment.