ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearCFAColor Enumeration




In This Topic
    ImGearCFAColor Enumeration
    In This Topic
    Specifies the available colors for Color Filter Array encoded images.
    Syntax
    'Declaration
     
    Public Enum ImGearCFAColor 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearCFAColor
    public enum ImGearCFAColor : System.Enum 
    __value public enum ImGearCFAColor : public System.Enum 
    public enum class ImGearCFAColor : public System.Enum 
    Members
    MemberValueDescription
    Blue2Blue color.
    Cyan3Cyan color.
    Green1Green color.
    Magenta4Magenta color.
    Red0Red color.
    White6White color.
    Yellow5Yellow color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Processing.ImGearCFAColor

    See Also