Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPngEncoderSettings Class / ColorType Property


In This Topic
    ColorType Property (NPngEncoderSettings)
    In This Topic
    PNG color type. By default set to true color, i.e. the resulting PNG image will contain information for the red, blue and green color component of each pixel.
    Syntax
    'Declaration
     
    
    Public Property ColorType As ENPngColorType
    'Usage
     
    
    Dim instance As NPngEncoderSettings
    Dim value As ENPngColorType
     
    instance.ColorType = value
     
    value = instance.ColorType
    public ENPngColorType ColorType {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also