Class CachedConversionOperation
java.lang.Object
dev.lukebemish.dynamicassetgenerator.api.colors.operations.CachedConversionOperation
- All Implemented Interfaces:
PointwiseOperation<Integer>,PointwiseOperation.Unary<Integer>
A
PointwiseOperation.Unary that uses a ColorTypes.ConversionCache32 to convert colors.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.lukebemish.dynamicassetgenerator.api.colors.operations.PointwiseOperation
PointwiseOperation.Any<T>, PointwiseOperation.Binary<T>, PointwiseOperation.Ternary<T>, PointwiseOperation.Tertiary<T>, PointwiseOperation.Unary<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.lukebemish.dynamicassetgenerator.api.colors.operations.PointwiseOperation.Unary
apply, expectedImages
-
Constructor Details
-
CachedConversionOperation
-
-
Method Details
-
apply
- Specified by:
applyin interfacePointwiseOperation.Unary<Integer>
-