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) |
|
§ setAlpha()
§ setBlue()
§ setCmyk()
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) |
|
|
) |
| |
§ setGreen()
§ setHsv()
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) |
|
|
) |
| |
§ setNamedColor()
§ setRed()
§ setRgb()
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) |
|
|
) |
| |
§ START_METHOD_LUT()
§ darkColor
§ otherColor
§ result
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:15:51 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.