Liefert das Ergebnis von SetLuminance zurueck.
Signatur #
function ColorSetLuminance(Color: Integer; Value: Integer): Integer;
Parameter #
| Name | Typ | Modifier | Beschreibung |
|---|---|---|---|
Color |
Integer |
value |
Parameter Color der Scriptfunktion ColorSetLuminance. |
Value |
Integer |
value |
Parameter Value der Scriptfunktion ColorSetLuminance. |
Rueckgabewert #
Integer – Rueckgabewert der Scriptfunktion ColorSetLuminance.
Beschreibung #
Die Implementierung ruft intern SetLuminance auf.
Beispiele #
Beispiel #
var ResultValue: Integer; begin ResultValue := ColorSetLuminance(0, 0); end;
Kategorie: Oberflaeche
