OBJECT
Color
A Pantone Color
link GraphQL Schema definition
- type Color {
- # Color Code/Number, which identifies a Pantone Color
- String! :
- # Pantone Book of which the Color is part of
- Book :
- # Name of the Pantone Color
- String :
- # RGB values, based on sRGB values
- RGB :
- # Closest CMYK based on Pantone printing process (further information can be
- # obtained in the Bridge Formula Guide)
- CMYK :
- # Hexadecimal value
- String :
- # L*a*b* values
- # #### Access to this data needs specific permissions
- LAB :
- # Color values in different color spaces and measurement specs
- ColorValues :
- # Color recipes
- Recipes :
- # Which position the Color has in its Pantone Book (sorting index)
- Int :
- # The number of the color in the coresponding book
- String :
- # Closest Colors in the same Pantone Book as the Color itself
- Color] : [
- # Color page URL on Pantone website
- String :
- # Color metadata
- ColorMetadata :
- }