'Declaration <DescriptionAttribute("Color space where colors are compared.")> <DefaultValueAttribute(sRGB)> Public Property ColorSpace As Vintasoft.Imaging.ColorSpaceType
[Description("Color space where colors are compared.")] [DefaultValue(sRGB)] public Vintasoft.Imaging.ColorSpaceType ColorSpace { get; set; }
[Description("Color space where colors are compared.")] [DefaultValue(sRGB)] public: __property Vintasoft.Imaging.ColorSpaceType get_ColorSpace(); public: __property void set_ColorSpace(
Vintasoft.Imaging.ColorSpaceType value
);
[Description("Color space where colors are compared.")] [DefaultValue(sRGB)] 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.