VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / ReplaceColorCommand Class / ColorSpace Property
Syntax Requirements SeeAlso
In This Topic
ColorSpace Property (ReplaceColorCommand)
In This Topic
Gets or sets color space where colors are compared.
Syntax
'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; }

Property Value

Supported values are ColorSpaceType.RGB and ColorSpaceType.CIELab:
RGB - colors are compared as RGB colors;
CIELab - colors are compared as Lab colors.

Default value is ColorSpaceType.RGB.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also