Skip to content

Commit

Permalink
WPF example: upgrading package version, small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
koszeggy committed Feb 19, 2023
1 parent fd9e667 commit cdca4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/Wpf/KGySoft.Drawing.Examples.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KGySoft.Drawing.Wpf" Version="7.0.0" />
<PackageReference Include="KGySoft.Drawing.Wpf" Version="7.1.0" />
</ItemGroup>

<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/Wpf/View/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- a.) Force Linear Color Space -->
<CheckBox Grid.Row="3" Grid.Column="1"
IsChecked="{Binding ForceLinearColorSpace}"
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."
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."
Content="Force Linear Color Space"/>

<!-- b.) Optimize Palette -->
Expand Down

0 comments on commit cdca4d2

Please sign in to comment.