Class ConvertColorProfileOp


  • @Immutable
    public class ConvertColorProfileOp
    extends Operation
    Converts to a color profile. This means that the new color profile of this image will be the given one, and pixel data will be converted.
    Author:
    Fabrizio Giudici
    • Constructor Summary

      Constructors 
      Constructor Description
      ConvertColorProfileOp​(java.awt.color.ICC_Profile iccProfile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConvertColorProfileOp

        public ConvertColorProfileOp​(@Nonnull
                                     java.awt.color.ICC_Profile iccProfile)
    • Method Detail

      • toString

        @Nonnull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object