类 Color

java.lang.Object
org.coodex.util.cv.Color

public class Color extends Object
  • 方法详细资料

    • rgb

      public static int rgb(int r, int g, int b)
    • rgb2hsvl

      public static Color.HSVL rgb2hsvl(int rgb)
      参数:
      rgb - 0x00RRGGBB
      返回:
    • rgb2hsvl

      public static Color.HSVL rgb2hsvl(int r, int g, int b)
    • rgb2hsvl

      public static Color.HSVL rgb2hsvl(float r, float g, float b)
    • hsv

      public static Color.HSVL hsv(float h, float s, float v)
    • hsl

      public static Color.HSVL hsl(float h, float s, float l)
    • main

      public static void main(String[] args)