VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / FastCompositeColorTransform Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    FastCompositeColorTransform Class
    In This Topic
    Color transform with optimized performance, which contains a group of color transforms.
    Object Model
    ColorTransform ColorSpaceFormat ColorSpaceFormat FastCompositeColorTransform
    Syntax
    'Declaration
    
    Public NotInheritable Class FastCompositeColorTransform
       Inherits CompositeColorTransform
    
    
    public sealed class FastCompositeColorTransform : CompositeColorTransform
    
    
    public __gc __sealed class FastCompositeColorTransform : public CompositeColorTransform*
    
    
    public ref class FastCompositeColorTransform sealed : public CompositeColorTransform^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ColorManagement.ColorTransform
          Vintasoft.Imaging.ColorManagement.CompositeColorTransform
             Vintasoft.Imaging.ColorManagement.FastCompositeColorTransform

    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