Table of Contents

Class ColorInfoAttribute

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

Attribute used to specify color information

[AttributeUsage(AttributeTargets.Struct)]
public sealed class ColorInfoAttribute : Attribute
Inheritance
ColorInfoAttribute
Inherited Members

Constructors

ColorInfoAttribute()

The code which is used for color conversion

public ColorInfoAttribute()

Properties

ConversionCodename

The code which is used for color conversion

public string ConversionCodename { get; set; }

Property Value

string