ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearOctreeReductionOptions Class
Members




In This Topic
    ImGearOctreeReductionOptions Class
    In This Topic
    Defines options for octree reduction.
    Object Model
    ImGearOctreeReductionOptions Class
    Syntax
    'Declaration
     
    Public Class ImGearOctreeReductionOptions 
    'Usage
     
    Dim instance As ImGearOctreeReductionOptions
    public class ImGearOctreeReductionOptions 
    public __gc class ImGearOctreeReductionOptions 
    public ref class ImGearOctreeReductionOptions 
    Remarks
    Octree reduction reduces an image to 4bpp or 8bpp by repeatedly subdividing cubic representations of the RGB color space according to image content.
    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.ImGearOctreeReductionOptions

    See Also