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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.