Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
Enumerated Collection |
Description |
Returns, for each plane, the image component type it stores. |
"Set" effect |
|
"Get" effect |
Returns the image component type. |
Classification
Class |
Channel |
Category |
Cluster |
Level |
Expert |
Identifiers
String |
SurfacePlaneName |
C, C++ |
MC_SurfacePlaneName |
.NET |
MC.SurfacePlaneName |
Numerical |
4876 |
For a complete description of color formats, see MultiCam Storage Formats.
Possible values
Name |
Identifier |
Description |
UNUSED |
MC_SurfacePlaneName_UNUSED |
The plane does not exist. |
Y |
MC_SurfacePlaneName_Y |
The plane holds the luminance component of the image. |
YUV |
MC_SurfacePlaneName_YUV |
The plane holds the image in a YUV color packed format. |
R |
MC_SurfacePlaneName_R |
The plane holds the red component of the image in a color planar format. |
G |
MC_SurfacePlaneName_G |
The plane holds the green component of the image in a color planar format. |
B |
MC_SurfacePlaneName_B |
The plane holds the blue component of the image in a color planar format. |
RGB |
MC_SurfacePlaneName_RGB |
The plane holds the image in a RGB color packed format. |
YRGB |
MC_SurfacePlaneName_YRGB |
The plane holds the image in a combined luminance and RGB color packed format. |
Values applicable on Grablink Full, Grablink Full XR, Grablink DualBase, Grablink Base
Name |
Identifier |
Description |
UNUSED |
MC_SurfacePlaneName_UNUSED |
The plane does not exist. |
Y |
MC_SurfacePlaneName_Y |
The plane holds the luminance component of the image. |
R |
MC_SurfacePlaneName_R |
The plane holds the red component of the image in a color planar format. |
G |
MC_SurfacePlaneName_G |
The plane holds the green component of the image in a color planar format. |
B |
MC_SurfacePlaneName_B |
The plane holds the blue component of the image in a color planar format. |
RGB |
MC_SurfacePlaneName_RGB |
The plane holds the image in a RGB color packed format. |