r3cineon

r3cineon

Class

plugins/dtype/cineon/r3cineon.h

Library

r3cineon

Description:

Kodak Cineon image file format class.

See Also

real/dtype/r3dtfile.h

Super Class

r3Dtfile

R3CLID_DTFILE

JavaScript

r3Cineon

Class Identifier

R3CLID_CINEON - 856

Methods

Attributes

WriteBitsPerPixel, ColorChannelCount, BWChannelCount,

Attributes

WriteBitsPerPixel

Attribute

WriteBitsPerPixel

Identifier

R3CINEONA_WriteBitsPerPixel

JavaScript type

Integer

C type

R3INT

Description

image depth in writing

Syntax


value = jsobj.GetWriteBitsPerPixel();


R3INT value;
R3GetAttrs(r3obj, R3CINEONA_WriteBitsPerPixel, &value, R3TAG_END);

ColorChannelCount

Attribute

ColorChannelCount

Identifier

R3CINEONA_ColorChannelCount

JavaScript type

Integer

C type

R3INT

Description

how many 3 component channels, 0...2

Syntax


value = jsobj.GetColorChannelCount();


R3INT value;
R3GetAttrs(r3obj, R3CINEONA_ColorChannelCount, &value, R3TAG_END);

BWChannelCount

Attribute

BWChannelCount

Identifier

R3CINEONA_BWChannelCount

JavaScript type

Integer

C type

R3INT

Description

how many 1 component channels, 0...8

Syntax


value = jsobj.GetBWChannelCount();


R3INT value;
R3GetAttrs(r3obj, R3CINEONA_BWChannelCount, &value, R3TAG_END);

Error numbers

Registry function