VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / ColorReplaceSphere Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ColorReplaceSphere Class
    In This Topic
    Contains information how to replace colors specified by color sphere.
    Object Model
    Rgb24Color Rgb24Color ColorReplaceSphere
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    Public Class ColorReplaceSphere
       Inherits Vintasoft.Imaging.ImageColors.ColorSphere
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public class ColorReplaceSphere : Vintasoft.Imaging.ImageColors.ColorSphere
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public __gc class ColorReplaceSphere : public Vintasoft.Imaging.ImageColors.ColorSphere*
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public ref class ColorReplaceSphere : public Vintasoft.Imaging.ImageColors.ColorSphere^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageColors.ColorSphere
          Vintasoft.Imaging.ImageProcessing.Document.ColorReplaceSphere

    Requirements

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

    See Also