Color Picker Kiki Saintonge PM – XAML Controls 2017.10.10
Agenda ColorPicker Usage How to set it up Modes provided 1/18/2019 8:05 AM Agenda ColorPicker Usage How to set it up Modes provided Converting picked color to Brush © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
ColorPicker Default By default a ColorPicker provides you with the following: Square Color spectrum Alpha and Saturation channels RGB and Hex Input/Output
ColorPicker Modes Enabling or Disabling certain properties on the controls give you different picker looks. <ColorPicker x:Name="myColorPicker" ColorSpectrumShape="Ring" IsColorPreviewVisible="False" IsColorChannelTextInputVisible="False" IsHexInputVisible="False"/>
Demo Converting Picker color to a Brush