-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
changelog.txt
56 lines (44 loc) · 1.7 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Legend:
! Breaking change
* Compatible change
- Bugfix
+ New feature
===============================================================================
~~~~~~~~~
+ v8.0.0:
~~~~~~~~~
* Assembly changes:
===================
* Upgrading KGySoft.Drawing.Core dependency to 8.0.0.
+ KGySoft.Drawing.Uwp namespace
===============================
+ ColorExtensions class:
+ New ToPColor32, ToColor64, ToPColor64, ToColorF and ToPColorF conversion methods from Windows.UI.Color.
+ New ToWindowsColor overloads to convert KGySoft color types to Windows.UI.Color.
~~~~~~~~~
* v7.2.0:
~~~~~~~~~
* All changes are in the dependent KGySoft.Drawing.Core library only.
See https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing.Core/changelog.txt
~~~~~~~~~
+ 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