toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ColorSpaceUsage.force:
      return 'FORCE';
    case ColorSpaceUsage.fallback:
      return 'FALLBACK';
  }
}