Skip to content

Commit

Permalink
Added extra colorspaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 24, 2024
1 parent 51fd65b commit 52f95c0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/Magick.NET.Core/Enums/ColorSpace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,29 @@ public enum ColorSpace
/// Jzazbz.
/// </summary>
Jzazbz,

/// <summary>
/// DisplayP3.
/// </summary>
DisplayP3,

/// <summary>
/// Adobe98.
/// </summary>
Adobe98,

/// <summary>
/// ProPhoto.
/// </summary>
ProPhoto,

/// <summary>
/// Oklab.
/// </summary>
Oklab,

/// <summary>
/// Oklch.
/// </summary>
Oklch,
}

0 comments on commit 52f95c0

Please sign in to comment.