Click or drag to resize

ColorInfoAttribute Class

http://www.emgu.com
Attribute used to specify color information
Inheritance Hierarchy

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public sealed class ColorInfoAttribute : Attribute

The ColorInfoAttribute type exposes the following members.

Constructors
  NameDescription
Public methodColorInfoAttribute
The code which is used for color conversion
Top
Properties
  NameDescription
Public propertyConversionCodename
The code which is used for color conversion
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also