MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Channel Class > Cluster Category > Expert Level (Cluster) > SurfacePlaneName

SurfacePlaneName

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.