| $fill(<colorname, RGB or HSV array value or [<red>, <green>, <blue>][<hue>, <saturation>, <value>], [opacity], [system color:RGB or HSV]) | 
| Fills the pixmap with color and opacity. 
 | 
| $resize(<width:integer>,<height:integer>) | 
| Resizes the pixmap to w width and h height. Set wh or hg to 0, to have a null pixmap. | 
| $scale(<width:integer>,<height:integer>,[<aspect_ratio:string>]) | 
| Scales the pixmap or the animation by sx horizontally and sy vertically. Aspect_ratio values:
 Default value is KeepAspectRatio.- IgnoreAspectRatio:the pixmap is scaled ignoring his aspect ratio.
 - KeepAspectRatio: pixmap is scaled to a rectangle as large as possible inside size, preserving the aspect ratio.
 - KeepAspectRatioByExpanding, the pixmap is scaled to a rectangle as small as possible outside size, preserving the aspect ratio.
 
 
 
 | 
| $load(<file_name:string>) | 
| Load a pixmap from the file <file_name>. | 
| $save(<file_name:string>) | 
| Save the pixmap or the current animation frame to the file <file_name>. | 
| $loadAnimation(<file_name:string>) | 
| Load an animation from the file <file_name> and start it. | 
| $startAnimation() | 
| Start the animation. | 
| $stopAnimation() | 
| Stop the animation. | 
| <integer> $height() | 
| Return the height of the pixmap or of the animation. | 
| <integer> $width() | 
| Return the width of the pixmap or of the animation. | 
| $frameChangedEvent() | 
| This event is triggered by KVIrc when the current animation frame changes. |