PictureEffects REALbasic Plugin

Matrix Class

A class to define a custom Matrix.

Note: This is a pro feature, we cannot provide any support to explain the science behind matrixes, it is a subject for a full university course. For those who want to study the science behind graphics filter matrixes Google is probably one of the best place to start, the net is full of info and articles about this.

Object
   Matrix

class Matrix

Constructors

MatrixThe constructor for the Matrix class.

Properties

DividerUse this property to set the divider value for the Matrix.
OffsetUse this property to set the offset value for the Matrix.

Methods

ValueUse this setter/getter function to set or get individual values for the Matrix.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86