Maven module :un.api : api-image :
Class :
un.api.color.Colors
Extends/Implements : -
Subclasses : -
Variables :
MASK_ARGB,
MASK_RGB,
MASK_A,
MASK_R,
MASK_G,
MASK_B
Functions :
toRGB,
toRGBA,
toARGB,
toARGB,
toARGB,
toARGB,
toARGB,
toARGB,
toRGBA,
GrayScaletoRGB,
invertRGB,
RGBtoYUV,
YUVtoRGB,
RGBtoYCbCr,
YCbCrtoRGB,
RGBtoGrayScalePAL,
RGBtoGrayScaleHDTV,
YCbCrtoRGB,
YCbCrtoRGB,
RGBtoYCbCr,
RGBToHSL,
RGBtoHSL,
HSLtoRGB,
XYZtoRGB,
RGBtoXYZ,
XYZtoRGBMatrix,
RGBtoXYZMatrix,
RGB555toARGB,
RGB555toRGBA,
RGB565toARGB,
RGB565toRGBA,
C4toC8,
C5toC8,
C6toC8,
C8toC4,
C8toC5,
C8toC6,
interpolate,
interpolate,
fromHexa,
toHexa
public int
MASK_ARGB
public int
MASK_RGB
public int
MASK_A
public int
MASK_R
public int
MASK_G
public int
MASK_B
public int[]
toRGB (int rgb, int[] buffer)
public int[]
toRGBA (int rgb, int[] buffer)
public int[]
toARGB (int rgb, int[] buffer)
public int
toARGB (int r, int g, int b)
public int
toARGB (int[] argb)
public int
toARGB (int a, int r, int g, int b)
public int
toARGB (float r, float g, float b, float a)
public int
toARGB (float[] rgba)
public float[]
toRGBA (int argb, float[] buffer)
public int
GrayScaletoRGB (int gray)
public int
invertRGB (int rgb)
public float[]
RGBtoYUV (float[] rgb)
public float[]
YUVtoRGB (float[] yuv)
public float[]
RGBtoYCbCr (float[] rgb)
public float[]
YCbCrtoRGB (float[] ycbcr)
public float
RGBtoGrayScalePAL (float[] rgb)
public float
RGBtoGrayScaleHDTV (float[] rgb)
public int[]
YCbCrtoRGB (int[] ycbcr)
public void
YCbCrtoRGB (int[] ycbcr, int[] rgb)
public int[]
RGBtoYCbCr (int[] rgb)
public void
RGBToHSL (double r, double g, double b, double[] hsl)
public void
RGBtoHSL (int rgb, double[] hsl)
public int
HSLtoRGB (double[] hsl)
public void
XYZtoRGB (double[] xyz, int[] rgb)
public void
RGBtoXYZ (double[] xyz, int[] rgb)
public void
XYZtoRGBMatrix (double[] xyz, int[] rgb)
public void
RGBtoXYZMatrix (double[] xyz, int[] rgb)
public int
RGB555toARGB (int rgb555)
public int[]
RGB555toRGBA (int rgb555)
public int
RGB565toARGB (int rgb565)
public int[]
RGB565toRGBA (int rgb565)
public int
C4toC8 (int c)
public int
C5toC8 (int c)
public int
C6toC8 (int c)
public int
C8toC4 (int c)
public int
C8toC5 (int c)
public int
C8toC6 (int c)
public Color
interpolate (Color start, Color end, float ratio)
public int
interpolate (int start, int end, float ratio)
public Color
fromHexa (Chars text)
public Chars
toHexa (Color color)
author Johann Sorel
author Florent Humbert