Schnittstelle IColor
- Alle Superschnittstellen:
IElement
- Alle bekannten Implementierungsklassen:
Color
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungdoubleintdoubleintdoubleintdoubleintbooleanbooleanbooleanbooleanintlongtoLong()withAlphaValue(int alphaValue) withFloatingPointAlphaValue(double floatingPointAlphaValue) Von Schnittstelle geerbte Methoden IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Methodendetails
-
getAlphaPercentage
double getAlphaPercentage()- Gibt zurück:
- the alpha value of the current
IColoras percentage. A percentage is a number in the range [0.0, 1.0].
-
getAlphaValue
int getAlphaValue()- Gibt zurück:
- the alpha value of the current
IColor.
-
getBluePercentage
double getBluePercentage()- Gibt zurück:
- the blue value of the current
IColoras percentage. A percentage is a number in the range [0.0, 1.0].
-
getBlueValue
int getBlueValue()- Gibt zurück:
- the blue value of the current
IColor.
-
getColorNameOrHexadecimalString
-
getGreenPercentage
double getGreenPercentage()- Gibt zurück:
- the green value of the current
IColoras percentage. A percentage is a number in the range [0.0, 1.0].
-
getGreenValue
int getGreenValue()- Gibt zurück:
- the green value of the current
IColor.
-
getInvertedColor
-
getRedPercentage
double getRedPercentage()- Gibt zurück:
- the red value of the current
IColoras percentage. A percentage is a number in the range [0.0, 1.0].
-
getRedValue
int getRedValue()- Gibt zurück:
- the red value of the current
IColor.
-
hasFullAlphaValue
boolean hasFullAlphaValue()- Gibt zurück:
- true if the current
IColorhas a full alpha value, false otherwise.
-
hasFullBlueValue
boolean hasFullBlueValue()- Gibt zurück:
- true if the current
IColorhas a full blue value, false otherwise.
-
hasFullGreenValue
boolean hasFullGreenValue()- Gibt zurück:
- true if the current
IColorhas a full green value, false otherwise.
-
hasFullRedValue
boolean hasFullRedValue()- Gibt zurück:
- true if the current
IColorhas a full red value, false otherwise.
-
toAlphaRedGreenBlueInt
int toAlphaRedGreenBlueInt()- Gibt zurück:
- an integer representation of the current
IColorwith the schema alpha-red-green-blue.
-
toHexadecimalString
-
toHexadecimalStringWithAlphaValue
-
toLong
long toLong()- Gibt zurück:
- a long representation of the current
IColor.
-
withAlphaValue
-
withFloatingPointAlphaValue
-
withFullAlphaValue
-