Class YBRColorSpace

java.lang.Object
java.awt.color.ColorSpace
org.aoju.bus.image.nimble.YBRColorSpace
All Implemented Interfaces:
Serializable

public final class YBRColorSpace extends ColorSpace
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • YBRColorSpace

      public YBRColorSpace(ColorSpace csRGB, YBR ybr)
  • Method Details

    • toRGB

      public float[] toRGB(float[] ybr)
      Specified by:
      toRGB in class ColorSpace
    • fromRGB

      public float[] fromRGB(float[] rgb)
      Specified by:
      fromRGB in class ColorSpace
    • toCIEXYZ

      public float[] toCIEXYZ(float[] colorvalue)
      Specified by:
      toCIEXYZ in class ColorSpace
    • fromCIEXYZ

      public float[] fromCIEXYZ(float[] xyzvalue)
      Specified by:
      fromCIEXYZ in class ColorSpace