'Declaration <DefaultValueAttribute(sRGB)> <DescriptionAttribute("Color space where colors are compared.")> Public Property ColorSpace As Vintasoft.Imaging.ColorSpaceType
[DefaultValue(sRGB)] [Description("Color space where colors are compared.")] public Vintasoft.Imaging.ColorSpaceType ColorSpace { get; set; }
[DefaultValue(sRGB)] [Description("Color space where colors are compared.")] public: __property Vintasoft.Imaging.ColorSpaceType get_ColorSpace(); public: __property void set_ColorSpace(
Vintasoft.Imaging.ColorSpaceType value
);
[DefaultValue(sRGB)] [Description("Color space where colors are compared.")] public:
property Vintasoft.Imaging.ColorSpaceType ColorSpace { Vintasoft.Imaging.ColorSpaceType get(); void set(Vintasoft.Imaging.ColorSpaceType value); }
Property Value
Поддерживаемые значения: ColorSpaceType.RGB и ColorSpaceType.CIELab:
RGB - цвета сравниваются как цвета RGB;
CIELab - цвета сравниваются как цвета Lab.
Значение по умолчанию - ColorSpaceType.RGB.
RGB - цвета сравниваются как цвета RGB;
CIELab - цвета сравниваются как цвета Lab.
Значение по умолчанию - ColorSpaceType.RGB.