Class ChannelMixer


public class ChannelMixer extends IMOperation
This class is a wrapper to a channel mixer. Note that ImageMagick does not natively define a channel-mixer operation, but you can implement a channel-mixer with standard ImageMagick operations.
  • Field Details

    • YELLOW

      public static final ChannelMixer YELLOW
      This channel-mixer simulates a yellow-filter.
    • ORANGE

      public static final ChannelMixer ORANGE
      This channel-mixer simulates an orange-filter.
    • RED

      public static final ChannelMixer RED
      This channel-mixer simulates a red-filter.
    • GREEN

      public static final ChannelMixer GREEN
      This channel-mixer simulates a green-filter.
    • AGFAPAN_25

      public static final ChannelMixer AGFAPAN_25
      This channel-mixer simulates an agfapan-25 film.
    • AGFAPAN_100

      public static final ChannelMixer AGFAPAN_100
      This channel-mixer simulates an agfapan-100 film.
    • AGFAPAN_400

      public static final ChannelMixer AGFAPAN_400
      This channel-mixer simulates an agfapan-400 film.
    • AGFA_200X

      public static final ChannelMixer AGFA_200X
      This channel-mixer simulates an agfa-200x film.
    • ILFORD_DELTA100

      public static final ChannelMixer ILFORD_DELTA100
      This channel-mixer simulates an Ilford Delta400 film.
    • ILFORD_DELTA400

      public static final ChannelMixer ILFORD_DELTA400
      This channel-mixer simulates a film.
    • ILFORD_DELTA400_PRO

      public static final ChannelMixer ILFORD_DELTA400_PRO
      This channel-mixer simulates an Ilford Delta400-Pro film.
    • ILFORD_PANF

      public static final ChannelMixer ILFORD_PANF
      This channel-mixer simulates an Ilford PANF film.
    • ILFORD_FP4

      public static final ChannelMixer ILFORD_FP4
      This channel-mixer simulates an Ilford FP4 film.
    • ILFORD_HP5

      public static final ChannelMixer ILFORD_HP5
      This channel-mixer simulates an Ilford HP5 film.
    • ILFORD_SFX

      public static final ChannelMixer ILFORD_SFX
      This channel-mixer simulates an Ilford SFX film.
    • ILFORD_XP2

      public static final ChannelMixer ILFORD_XP2
      This channel-mixer simulates an Ilford XP2 film.
    • KODAK_TMAX100

      public static final ChannelMixer KODAK_TMAX100
      This channel-mixer simulates a Kodak TMAX 100 film.
    • KODAK_TMAX400

      public static final ChannelMixer KODAK_TMAX400
      This channel-mixer simulates a Kodak TMAX 400 film.
    • KODAK_TRIX

      public static final ChannelMixer KODAK_TRIX
      This channel-mixer simulates a Kodak Tri-X film.
    • INFRARED

      public static final ChannelMixer INFRARED
      This channel-mixer simulates an infrared film.
    • RED_CHANNEL

      public static final ChannelMixer RED_CHANNEL
      This channel-mixer extracts the red-channel.
    • GREEN_CHANNEL

      public static final ChannelMixer GREEN_CHANNEL
      This channel-mixer extracts the green-channel.
    • BLUE_CHANNEL

      public static final ChannelMixer BLUE_CHANNEL
      This channel-mixer extracts the blue-channel.
  • Constructor Details

    • ChannelMixer

      public ChannelMixer(double red, double green, double blue)
      Constructor.