Skip to content

Commit cdca4d2

Browse files
committed
WPF example: upgrading package version, small fixes
1 parent fd9e667 commit cdca4d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Wpf/KGySoft.Drawing.Examples.Wpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="KGySoft.Drawing.Wpf" Version="7.0.0" />
12+
<PackageReference Include="KGySoft.Drawing.Wpf" Version="7.1.0" />
1313
</ItemGroup>
1414

1515
<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />

Examples/Wpf/View/MainWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- a.) Force Linear Color Space -->
7575
<CheckBox Grid.Row="3" Grid.Column="1"
7676
IsChecked="{Binding ForceLinearColorSpace}"
77-
ToolTip="Forces to use linear color space regardless of the selected pixel format. Affects color blending, quantizing and dithering.&#x0a;&#x0a;Please note though that if the generated result has transparency, the blending with the background is performed by the rendering engine.&#x0a;Use pixel formats without alpha or ser alpha threshold to zero to avoid mixing sRGB and linear blending.&#x0a;&#x0a;Similarly, resizing the preview image is also performed by the rendering engine, which is not affected by this option."
77+
ToolTip="Forces to use the linear color space regardless of the selected pixel format. Affects color blending, quantizing and dithering.&#x0a;&#x0a;Please note though that if the result has transparency, the blending with the background is performed by the rendering engine.&#x0a;Use pixel formats without alpha or set alpha threshold to zero to avoid mixing sRGB and linear blending.&#x0a;&#x0a;Similarly, resizing the preview image is also performed by the rendering engine, which is not affected by this option."
7878
Content="Force Linear Color Space"/>
7979

8080
<!-- b.) Optimize Palette -->

0 commit comments

Comments
 (0)