r3imrgba

r3imrgba

Class

real/dtype/r3imrgba.h

Library

r3dtype

Description:

ImageRGBA Class

See Also

real/dtype/r3image.h

Super Class

r3Image

R3CLID_IMAGE

JavaScript

r3Imgrgba

Class Identifier

R3CLID_IMGRGBA - 534

Methods

Attributes

KeepImage,

Registration

int R3RegisterImageRGBAClass(R3APP *app);

KeepImage

Attribute

KeepImage

Identifier

R3IRGBAA_KeepImage

JavaScript type

Boolean

C type

R3BOOL

Description

if TRUE image memory is not deallocated in DTYPEM_END

Syntax


jsobj.SetKeepImage(value);
value = jsobj.GetKeepImage();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IRGBAA_KeepImage, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3IRGBAA_KeepImage, &value, R3TAG_END);


r3appobj *