r3ocine
plugins/dtype/cineon/r3ocine.h
r3cineon
Cineon specific options.
r3Output
R3CLID_OUTPUT
r3Cineonsettings
R3CLID_CINEONSETTINGS - 857
int R3RegisterCineonSettingsClass(R3APP *app);
BitsPerPixel
BitsPerPixel
R3CINEONOSETA_BitsPerPixel
Integer
R3INT
'R3CINEONOSETA_BitsPerPixel' not documented
jsobj.SetBitsPerPixel(value);
value = jsobj.GetBitsPerPixel();
R3INT value = ...;
R3SetAttrs(r3obj, R3CINEONOSETA_BitsPerPixel, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3CINEONOSETA_BitsPerPixel, &value, R3TAG_END);
ColorChannelCo
ColorChannelCo
R3CINEONOSETA_ColorChannelCo
Integer
R3INT
number of 3 component channels, 0...2
jsobj.SetColorChannelCo(value);
value = jsobj.GetColorChannelCo();
R3INT value = ...;
R3SetAttrs(r3obj, R3CINEONOSETA_ColorChannelCount, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3CINEONOSETA_ColorChannelCount, &value, R3TAG_END);
BWChannelCount
BWChannelCount
R3CINEONOSETA_BWChannelCount
Integer
R3INT
number of 1 component channels, 0...8
jsobj.SetBWChannelCount(value);
value = jsobj.GetBWChannelCount();
R3INT value = ...;
R3SetAttrs(r3obj, R3CINEONOSETA_BWChannelCount, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3CINEONOSETA_BWChannelCount, &value, R3TAG_END);
Registry function