Interface ColorTransform
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines a transformation on a color.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ColorTransformalpha(int alpha) static ColorTransformbrightness(float brightnessFactor) Transforms the specified color.
-
Method Details
-
transform
-
alpha
-
brightness
-