This wiki is out of date, use the continuation of this wiki instead

Blur

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 09:30, 24 July 2008 (edit)
84.59.50.129 (Talk)
(New page: Category:functions Category:graphical effects ==Definition== '''INT''' blur ( <'''INT''' fileID> , <'''INT''' graphID> , <'''BYTE''' mode> ) This will make the specified [[graphi...)
← Previous diff
Revision as of 09:31, 24 July 2008 (edit) (undo)
84.59.50.129 (Talk)

Next diff →
Line 13: Line 13:
| '''INT''' graphID || - The [[graphID]] of the [[graphic]] to convert. | '''INT''' graphID || - The [[graphID]] of the [[graphic]] to convert.
|- |-
-| '''BYTE''' mode || - The blur mode that is applied to the [[graphic]]erence.+| '''BYTE''' mode || - The blur mode that is applied to the [[graphic]].
|} |}

Revision as of 09:31, 24 July 2008


Definition

INT blur ( <INT fileID> , <INT graphID> , <BYTE mode> )

This will make the specified graphic blurry by using a specified mode. It manipulates the graphic directly.

Parameters

INT fileID - The fileID of the file that holds the graphics.
INT graphID - The graphID of the graphic to convert.
BYTE mode - The blur mode that is applied to the graphic.


Blur-Modes

Constant - Value - Description
 ??? - 0 - single pixel: considers pixels located to the left and above of each pixel.
 ??? - 1 - 3x3: considers all 8 adjacant pixels.
 ??? - 2 - 5x5: considers the 24 pixels that surrounds each pixel.
 ??? - 3 - 5x5 with additional map: Just as the previous one but using a temporary map.


Graphical effects Functions
Blur() • Grayscale() • Rgbscale() •
Personal tools