| Name: | Blur |
| Version: | 1.0 |
| ID: | ID_BLUR |
| Status: | In Development |
| Category: | Effect |
| Date: | January 2003 |
| Author: | Rocklyte Systems |
| Copyright: | Rocklyte Systems (c) 2001-2003. All rights reserved. |
| Short: | Blurs out graphics. |
This class is under development. Use at your own risk.
The Blur object consists of the following public fields:
Drawable Defines the drawable area for the Blur graphics. Frame Determines the rendering frame that a blur will be applied to. Height The height of a blur graphic. Width The width of a blur's graphic. XCoord The horizontal position of a blur region. XOffset The horizontal offset of a blur. YCoord The vertical coordinate of a blur region. YOffset The vertical offset of a blur region.
| Field: | Frame | |
| Short: | Determines the rendering frame that a blur will be applied to. | |
| Type: | LONG | |
| Status: | Read/Write | |
| ||
| Field: | Height | |
| Short: | The height of a blur graphic. | |
| Type: | DOUBLE/PERCENTAGE | |
| Status: | Write | |
| ||
| Field: | Width | |
| Short: | The width of a blur's graphic. | |
| Type: | DOUBLE/PERCENTAGE | |
| Status: | Write | |
| ||
| Field: | XCoord | |
| Short: | The horizontal position of a blur region. | |
| Type: | DOUBLE/PERCENTAGE | |
| Status: | Read/Write | |
| ||
| Field: | XOffset | |
| Short: | The horizontal offset of a blur. | |
| Type: | DOUBLE/PERCENTAGE | |
| Status: | Write | |
| ||
| Field: | YCoord | |
| Short: | The vertical coordinate of a blur region. | |
| Type: | DOUBLE/PERCENTAGE | |
| Status: | Read/Write | |
| ||
| Field: | YOffset | |
| Short: | The vertical offset of a blur region. | |
| Type: | DOUBLE/PERCENTAGE | |
| Status: | Write | |
| ||