Murl Engine Lua Addon API  Version 1.0 beta
Murl.Graph.IVisible

The IVisible property interface.

This interface provides setting and retrieving common properties of a visible object (e.g. a movie).


Table members

Methods


SetPixelFormat(pixelFormat)

Set the pixel format used for output.

Boolean SetPixelFormat(Murl.IEnums.PixelFormat pixelFormat)

Parameters
pixelFormatThe internal pixel format to use.
Returns
Boolean true if successful.

GetPixelFormat()

Get the pixel format used for output.

Murl.IEnums.PixelFormat GetPixelFormat()

Returns
Murl.IEnums.PixelFormat The pixel format.