kjsembed
#include "color.h"
#include <QtCore/QDebug>
#include <QtGui/QColor>
Go to the source code of this file.
|
value | setAlpha (KJSEmbed::extractInt(exec, args, 0)) |
|
END_VARIANT_METHOD value | setBlue (KJSEmbed::extractInt(exec, args, 0)) |
|
END_VARIANT_METHOD value | setCmyk (KJSEmbed::extractInt(exec, args, 0), KJSEmbed::extractInt(exec, args, 1), KJSEmbed::extractInt(exec, args, 2), KJSEmbed::extractInt(exec, args, 3), KJSEmbed::extractInt(exec, args, 4, 255)) |
|
END_VARIANT_METHOD value | setGreen (KJSEmbed::extractInt(exec, args, 0)) |
|
END_VARIANT_METHOD value | setHsv (KJSEmbed::extractInt(exec, args, 0), KJSEmbed::extractInt(exec, args, 1), KJSEmbed::extractInt(exec, args, 2), KJSEmbed::extractInt(exec, args, 3, 255)) |
|
END_VARIANT_METHOD value | setNamedColor (KJSEmbed::extractQString(exec, args, 0)) |
|
END_VARIANT_METHOD value | setRed (KJSEmbed::extractInt(exec, args, 0)) |
|
END_VARIANT_METHOD value | setRgb (KJSEmbed::extractInt(exec, args, 0), KJSEmbed::extractInt(exec, args, 1), KJSEmbed::extractInt(exec, args, 2), KJSEmbed::extractInt(exec, args, 3, 255)) |
|
END_VARIANT_METHOD | START_METHOD_LUT (Color) |
|
END_VARIANT_METHOD value setCmyk |
( |
KJSEmbed:: |
extractIntexec, args, 0, |
|
|
KJSEmbed:: |
extractIntexec, args, 1, |
|
|
KJSEmbed:: |
extractIntexec, args, 2, |
|
|
KJSEmbed:: |
extractIntexec, args, 3, |
|
|
KJSEmbed:: |
extractIntexec, args, 4, 255 |
|
) |
| |
END_VARIANT_METHOD value setHsv |
( |
KJSEmbed:: |
extractIntexec, args, 0, |
|
|
KJSEmbed:: |
extractIntexec, args, 1, |
|
|
KJSEmbed:: |
extractIntexec, args, 2, |
|
|
KJSEmbed:: |
extractIntexec, args, 3, 255 |
|
) |
| |
END_VARIANT_METHOD value setRgb |
( |
KJSEmbed:: |
extractIntexec, args, 0, |
|
|
KJSEmbed:: |
extractIntexec, args, 1, |
|
|
KJSEmbed:: |
extractIntexec, args, 2, |
|
|
KJSEmbed:: |
extractIntexec, args, 3, 255 |
|
) |
| |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.