VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFChromaColor Enumeration

Chroma color.

Pascal
TVFChromaColor = (
  Chroma_Red,
  Chroma_Green,
  Chroma_Blue
);
C++
enum TVFChromaColor {
  Chroma_Red,
  Chroma_Green,
  Chroma_Blue
};
C#
public enum TVFChromaColor {
  Chroma_Red,
  Chroma_Green,
  Chroma_Blue
}
Visual Basic
Public Enum TVFChromaColor
  Chroma_Red
  Chroma_Green
  Chroma_Blue
End Enum
Java
public class TVFChromaColor;
IDL
enum TVFChromaColor {
  Chroma_Red,
  Chroma_Green,
  Chroma_Blue
};
JavaScript
TVFChromaColor
PHP
public class TVFChromaColor;

VideoCaptureTypes

Members 
Description 
Chroma_Red 
Red.  
Chroma_Green 
Green.  
Chroma_Blue 
Blue.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!