CATTRUECOLORIMAGE__DEFINE Name
CATTRUECOLORIMAGE
Purpose
This object implements a class for handling true-color image data. It is a subclassed
CatImageData object and can be subclassed for specific image implementations.
This object was an early attempt at creating an image object for the Catalyst
Library, and has been depreciated it favor of CatImage. It is left in the Library
for historical reasons and because there are Catalyst applications that use it.
Authors
FANNING SOFTWARE CONSULTING BURRIDGE COMPUTING
1645 Sheely Drive 18 The Green South
Fort Collins Warborough, Oxon
CO 80526 USA OX10 7DN, ENGLAND
Phone: 970-221-0438 Phone: +44 (0)1865 858279
E-mail: davidf@dfanning.com E-mail: davidb@burridgecomputing.co.uk
Superclasses
CATIMAGEDATA
CATDATAATOM
ATOM
CATCONTAINER IDL_CONTAINER Syntax
imageObject = OBJ_NEW ('CATTRUECOLORIMAGE', image)
CLASS DEFINITION:
class = { CATTRUECOLORIMAGE, $ ; The CATTRUECOLORIMAGE object class.
INHERITS CatImageData $ ; Inherits the CatImageData class.
}
Modification History
Written by: David Fanning, 19 April 2003.