Interface XYZColor

All Superinterfaces:
CSSColor

public interface XYZColor extends CSSColor
Represents a (color()) value in a XYZ color model.
  • Method Details

    • getX

      Get the X component of this color.
      Returns:
      the X component.
    • getY

      Get the Y component of this color.
      Returns:
      the Y component.
    • getZ

      Get the Z component of this color.
      Returns:
      the Z component.
    • clone

      XYZColor clone()
      Description copied from interface: CSSColor
      Clone this color.
      Specified by:
      clone in interface CSSColor
      Returns:
      a clone of this color.