A newer version of Max is available. Click here to access the latest version of this document.

jit.brass

Emboss image

Description

The jit.brass object does a quick and dirty embossing effect on an 4-plane char input matrix. You can specify the amount and direction of the emboss effect and apply an overall tint to the output matrix.

Matrix Operator

matrix inputs:1, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a 1 1 1 4 1 char

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Attributes

Name Type g/s Description
atint float The amount of tinting to apply to the alpha channel (plane 0) (default = 0.)
btint float The amount of tinting to apply to the blue channel (plane 3) (default = 0.)
gtint float The amount of tinting to apply to the green channel (plane 2) (default = 0.)
mask int The overall embossing mask (default = 0 0 0 0)
The numbers in the list control the embossing amount for the four axes around each cell in the form upperleft-to-lowerright top-to-bottom upperright-to-lowerleft across-the-middle . Negative values will invert the direction of the effect.
rtint float The amount of tinting to apply to the red channel (plane 1) (default = 0.)

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.convolve Convolve two matrices
jit.op Apply binary or unary operators
jit.qt.effect QuickTime Effects for Jitter matrices