Fix photo fields type.

This commit is contained in:
2020-05-30 21:45:44 +01:00
parent 5d79afdfc3
commit 9aa44fb546
9 changed files with 3776 additions and 20 deletions

View File

@@ -342,12 +342,12 @@ namespace Marechai.Database
AdobeRgb = 2, [Display(Name = "Wide Gamut RGB")]
WideGamutRgb = 4093, [Display(Name = "ICC Profile")]
IccProfile = 65534, [Display(Name = "Uncalibrated")]
Uncalibreated = 65535
Uncalibrated = 65535
}
public enum Contrast : ushort
{
Normal = 0, Low = 1, Hig = 2
Normal = 0, Low = 1, High = 2
}
public enum ExposureMode : ushort