Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ColorComponentModel.cs « Xamarin.PropertyEditing.Windows - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caba8a48f4e5ea3e3b53b1f8a7cc75c74fa3c42f (plain)
1
2
3
4
5
6
7
8
9
10
namespace Xamarin.PropertyEditing.Windows
{
	internal enum ColorComponentModel
	{
		HLS,
		HSB,
		RGB,
		CMYK
	}
}