PictureEffects REALbasic Plugin

TextureRenderer Class

A class to do Texture rendering.

Object
   TextureRenderer

class TextureRenderer

Properties

OriginalLevelThe amount of levels to use from the original image.
ProgressHandlerUse this property to use a progress class to get progress feedback from this function. This class must be a class that Implements the IProgressHandler Interface which is defined in this plugin.
TextureColorSets the color of the texture.
TextureLevelThe amount of levels to use from the texture.
UseTextureColorSet this property to true to make the filter use a specific color for the texture instead of using averaging algorithm.

Methods

RenderCloudsRenders Clouds texture onto a picture.
RenderLabyrinthRenders Labyrinth texture onto a picture.
RenderMarbleRenders Marble texture onto a picture.
RenderTextileRenders Textile texture onto a picture.
RenderWoodRenders Wood year ring texture onto a picture. (Fewer options)
RenderWoodRenders Wood year ring texture onto a picture. (More options)

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