VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / Argb64Color Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    Argb64Color Class
    In This Topic
    Contains information about 64-bit (16-bit per color component) ARGB (alpha, red, green, blue) color.
    Object Model
    Argb64Color
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    <TypeConverterAttribute(Vintasoft.Imaging.ImageColors.ColorBaseConverter)>
    Public Class Argb64Color
       Inherits Rgb48Color
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.ImageColors.ColorBaseConverter)]
    public class Argb64Color : Rgb48Color
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.ImageColors.ColorBaseConverter)]
    public __gc class Argb64Color : public Rgb48Color*
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.ImageColors.ColorBaseConverter)]
    public ref class Argb64Color : public Rgb48Color^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageColors.ColorBase
          Vintasoft.Imaging.ImageColors.Rgb48Color
             Vintasoft.Imaging.ImageColors.Argb64Color

    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