ColorModel

public enum ColorModel : String, Encodable

Color model used to map the numerical color components described in z into colors.

If source is specified, this attribute will be set to rgba256 otherwise it defaults to rgb.

  • RGB

    Undocumented

    Declaration

    Swift

    case RGB = "rgb"
  • Undocumented

    Declaration

    Swift

    case RGBA = "rgba"
  • Undocumented

    Declaration

    Swift

    case RGBA256 = "rgba256"
  • HSL

    Undocumented

    Declaration

    Swift

    case HSL = "hsl"
  • Undocumented

    Declaration

    Swift

    case HSLA = "hsla"