Enum Class OColorMap

java.lang.Object
java.lang.Enum<OColorMap>
net.algart.executors.modules.opencv.util.enums.OColorMap
All Implemented Interfaces:
Serializable, Comparable<OColorMap>, Constable

public enum OColorMap extends Enum<OColorMap>
  • Enum Constant Details

    • COLORMAP_AUTUMN

      public static final OColorMap COLORMAP_AUTUMN
    • COLORMAP_BONE

      public static final OColorMap COLORMAP_BONE
    • COLORMAP_JET

      public static final OColorMap COLORMAP_JET
    • COLORMAP_WINTER

      public static final OColorMap COLORMAP_WINTER
    • COLORMAP_RAINBOW

      public static final OColorMap COLORMAP_RAINBOW
    • COLORMAP_OCEAN

      public static final OColorMap COLORMAP_OCEAN
    • COLORMAP_SUMMER

      public static final OColorMap COLORMAP_SUMMER
    • COLORMAP_SPRING

      public static final OColorMap COLORMAP_SPRING
    • COLORMAP_COOL

      public static final OColorMap COLORMAP_COOL
    • COLORMAP_HSV

      public static final OColorMap COLORMAP_HSV
    • COLORMAP_PINK

      public static final OColorMap COLORMAP_PINK
    • COLORMAP_HOT

      public static final OColorMap COLORMAP_HOT
    • COLORMAP_PARULA

      public static final OColorMap COLORMAP_PARULA
  • Method Details

    • values

      public static OColorMap[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OColorMap valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • code

      public int code()