Skip to content

Enum: ColorSpaceEnum

Color space and model types

URI: valuesets:ColorSpaceEnum

Permissible Values

Value Meaning Description
RGB None Red Green Blue color model
CMYK None Cyan Magenta Yellow Key (black) color model
HSL None Hue Saturation Lightness color model
HSV None Hue Saturation Value color model
LAB None CIELAB color space
PANTONE None Pantone Matching System
RAL None RAL color standard
NCS None Natural Color System
MUNSELL None Munsell color system

Slots

Name Description
color_space Color space and model types

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: ColorSpaceEnum
description: Color space and model types
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  RGB:
    text: RGB
    description: Red Green Blue color model
  CMYK:
    text: CMYK
    description: Cyan Magenta Yellow Key (black) color model
  HSL:
    text: HSL
    description: Hue Saturation Lightness color model
  HSV:
    text: HSV
    description: Hue Saturation Value color model
  LAB:
    text: LAB
    description: CIELAB color space
  PANTONE:
    text: PANTONE
    description: Pantone Matching System
  RAL:
    text: RAL
    description: RAL color standard
  NCS:
    text: NCS
    description: Natural Color System
  MUNSELL:
    text: MUNSELL
    description: Munsell color system