RGBAImage

See also:

Format Specification or Source Specification for RGBAImage.

class types.core.RGBAImage(varargin)[source]

Bases: types.core.Image, types.untyped.DatasetClass

RGBAIMAGE - A color image with transparency.

Required Properties*:

data

Constructor Summary
RGBAImage(varargin)

RGBAIMAGE - Constructor for RGBAImage

Syntax:

rgbaImage = types.core.RGBAIMAGE() creates an RGBAImage object with unset property values.

rgbaImage = types.core.RGBAIMAGE(Name, Value) creates an RGBAImage object where one or more property values are specified using name-value pairs.

Input Arguments (Name-Value Arguments):
  • data (numeric) - Data property for dataset class (RGBAImage)

  • description (char) - Description of the image.

  • resolution (single) - Pixel resolution of the image, in pixels per centimeter.

Output Arguments:

Tip

* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.