|
|
This class includes various pixmap-based graphical effects.
Everything is static, so there is no need to create an instance of this class. You can just call the static methods. They are encapsulated here merely to provide a common namespace.
enum |
enum |
enum |
KPixmap& |
[static]
Create a gradient from color a to color b of the specified type.
Parameters:
Returns: Returns the generated pixmap, for convenience.
KPixmap& |
[static]
Create an unbalanced gradient.
An unbalanced gradient is a gradient where the transition from color a to color b is not linear, but in this case, exponential.
Parameters:
Returns: The generated pixmap, for convencience.
KPixmap |
[static]
Create a Pixmap of a given size with the given pixmap.
if the given size is bigger than the size of the pixmap, the pixmap is tiled.
Parameters:
Returns: The generated, tiled pixmap.
KPixmap& |
[static]
Either brighten or dim a pixmap by a specified percent.
Parameters:
Returns: Returns The pixmap(), provided for convenience.
KPixmap& |
[static]
Modifies the intensity of a pixmap's RGB channel component.
Parameters:
Returns: Returns the pixmap(), provided for convenience.
KPixmap& |
[static]
Blend the provided pixmap into a background of the indicated color
Parameters:
Returns: Returns the pixmap(), provided for convenience.
KPixmap& |
[static]
Build a hash on any given Pixmap.
Parameters:
Returns: Returns The pixmap(), provided for convenience.
KPixmap |
[static]
Create a pattern from a pixmap.
The given pixmap is "flattened" between color a to color b.
Parameters:
Returns: The pixmap(), provided for convenience.
KPixmap& |
[static]
Recolor a pixmap.
The most dark color will become color a, the most bright one color b, and in between.
Parameters:
Returns: Returns the pixmap(), provided for convenience.
KPixmap& |
[static]
Convert a pixmap to grayscale.
Parameters:
Returns: Returns the pixmap(), provided for convenience.
KPixmap& |
[static]
Desaturate a pixmap.
Parameters:
Returns: Returns The pixmap(), provided for convenience.
KPixmap& |
[static]
Modifie the contrast of a pixmap.
Parameters:
Returns: Returns the pixmap(), provided for convenience.
KPixmap& |
[static]
Dither a pixmap using Floyd-Steinberg dithering for low-color situations.
Parameters:
Returns: Returns the pixmap(), provided for convenience.
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:58:47 2000, using kdoc 2.0a42. |