-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
changelog.txt
33 lines (28 loc) · 1.11 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Legend:
! Breaking change
* Compatible change
- Bugfix
+ New feature
===============================================================================
~~~~~~~~~
+ v7.1.0:
~~~~~~~~~
+ KGySoft.Drawing.Uwp namespace
===============================
+ WriteableBitmapExtensions class:
+ New GetReadableBitmapData overload to specify the working color space.
+ New GetWritableBitmapData overload to specify the working color space.
+ New GetReadWriteBitmapData overload to specify the working color space.
~~~~~~~~~
+ v7.0.0:
~~~~~~~~~
+ KGySoft.Drawing.Uwp namespace
===============================
+ New WriteableBitmapExtensions class:
+ New GetReadableBitmapData method: to get an IReadableBitmapData data for an UWP WriteableBitmap.
+ New GetWritableBitmapData method: to get an IWritableBitmapData data for an UWP WriteableBitmap.
+ New GetReadWriteBitmapData method: to get an IReadWriteBitmapData data for an UWP WriteableBitmap.
+ New ReadableBitmapDataExtensions class:
+ New ToWriteableBitmap/ToWriteableBitmapAsync methods
+ New ColorExtensions class:
+ New ToColor32/ToWindowsColor/ToDrawingColor methods