Interface ColorSchemeTransform
- 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 scheme.
-
Method Summary
Modifier and TypeMethodDescriptiontransform
(RadianceColorScheme scheme) Transforms the specified color scheme.
-
Method Details
-
transform
Transforms the specified color scheme.- Parameters:
scheme
- The original color scheme to transform.- Returns:
- The transformed color scheme.
-