VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / ColorReplaceSphere Class
Constructors Properties Methods SeeAlso
In This Topic
    ColorReplaceSphere Class Members
    In This Topic
    The following tables list the members exposed by ColorReplaceSphere.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the center of color sphere. (Inherited from ColorSphere)
    Public PropertyGets or sets a radius, in range from 0 to 1, which specifies when interpolation should be used for color replacement.
    Public PropertyGets or sets a color which should be used instead of replaced color (color specified by Center property).
    Public PropertyGets or sets the radius, in the RGB space, of color sphere. (Inherited from ColorSphere)
    Public Methods
     NameDescription
    Public MethodCreates a new ColorReplaceSphere that is a copy of the current instance.
    Public MethodReturns the string representation of this object.
    See Also