File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: CommonControls
4- * FILE: CommonControls/ ColorPick.cs
4+ * FILE: ColorPick.cs
55 * PURPOSE: Color Palette Control, much like Color Picker but for a finer selection of Colors
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 * SOURCE: https://manufacture.tistory.com/33
Original file line number Diff line number Diff line change 11/*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: CommonControls
4- * FILE: CommonControls/ ColorPicker.xaml.cs
4+ * FILE: ColorPicker.xaml.cs
55 * PURPOSE: Base UserControl for the ColorPicker
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
Original file line number Diff line number Diff line change 11/*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: CommonControls
4- * FILE: CommonControls/ ColorPickerHelper.cs
4+ * FILE: ColorPickerHelper.cs
55 * PURPOSE: Helper functions for ColorPicker
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
@@ -20,7 +20,7 @@ internal static class ColorPickerHelper
2020 /// <summary>
2121 /// Gets the color preview.
2222 /// </summary>
23- /// <param name="colorHsv"></param>
23+ /// <param name="colorHsv">Color Converter class, ColorHsv. </param>
2424 /// <returns>A Rectangle</returns>
2525 internal static Rectangle GetColorPreview ( ColorHsv colorHsv )
2626 {
Original file line number Diff line number Diff line change 11/*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: CommonControls
4- * FILE: CommonControls/ ColorPickerMenu.xaml.cs
4+ * FILE: ColorPickerMenu.xaml.cs
55 * PURPOSE: Menu Item for the ColorPicker
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
Original file line number Diff line number Diff line change 11/*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: CommonControls
4- * FILE: CommonControls/ DataListView.cs
4+ * FILE: DataListView.cs
55 * PURPOSE: Basic View for ListView
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
Original file line number Diff line number Diff line change 11/*
22* COPYRIGHT: See COPYING in the top level directory
33* PROJECT: CommonControls
4- * FILE: CommonControls/ ImageZoom.xaml.cs
4+ * FILE: ImageZoom.xaml.cs
55* PURPOSE: Image View Control, that can handle some tools
66* PROGRAMER: Peter Geinitz (Wayfarer)
77*/
Original file line number Diff line number Diff line change 11/*
2- * COPYRIGHT: Your Company / Project Name
3- * PROJECT: CommonControls
4- * FILE: InspectorGrid.cs
5- * PURPOSE: Reflection-based property editor control for WPF.
2+ * COPYRIGHT: See COPYING in the top level directory
3+ * PROJECT: CommonControls
4+ * FILE: InspectorGrid.cs
5+ * PURPOSE: Reflection-based property editor control for WPF.
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77*/
88
Original file line number Diff line number Diff line change 11/*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: CommonControls
4- * FILE: CommonControls/ PickResults.cs
4+ * FILE: PickResults.cs
55 * PURPOSE: Results of the Color Wheel Click
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
Original file line number Diff line number Diff line change 11/*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: CommonControls
4- * FILE: CommonControls/ SelectionFrame.cs
4+ * FILE: SelectionFrame.cs
55 * PURPOSE: Selection Frame
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
Original file line number Diff line number Diff line change 11/*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: CommonControls
4- * FILE: CommonControls/ Thumbnails.xaml.cs
4+ * FILE: Thumbnails.xaml.cs
55 * PURPOSE: Custom Thumbnail Control
66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
You can’t perform that action at this time.
0 commit comments