OBJECT

RGB

RGB values

link GraphQL Schema definition

  • type RGB {
  • # Red
  • r: Int
  • # Green
  • g: Int
  • # Blue
  • b: Int
  • }