类 Color
java.lang.Object
org.coodex.util.cv.Color
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明static Color.HSVLhsl(float h, float s, float l) static Color.HSVLhsv(float h, float s, float v) static voidstatic intrgb(int r, int g, int b) static Color.HSVLrgb2hsvl(float r, float g, float b) static Color.HSVLrgb2hsvl(int rgb) static Color.HSVLrgb2hsvl(int r, int g, int b)
-
方法详细资料
-
rgb
public static int rgb(int r, int g, int b) -
rgb2hsvl
- 参数:
rgb- 0x00RRGGBB- 返回:
-
rgb2hsvl
-
rgb2hsvl
-
hsv
-
hsl
-
main
-