Patch title: Release 82 bulk changes
Abstract:
File: /pliant/graphic/color/database.pli
Key:
    Removed line
    Added line
   
submodule "/pliant/appli/database.pli"
module "spectrum.pli"
module "/pliant/language/unsafe.pli"


type ColorDevice
submodule "/pliant/appli/database.pli"
module "spectrum.pli"
module "/pliant/language/unsafe.pli"


type ColorDevice
  field Str label
  field Str comment
  field Set:ColorChannel channel
  field Set:Str alias
  field Set:Int grid
  field Str options
  field ColorPrinter printer


method ch s100 -> s100
  arg Data:ColorChannel ch ; arg ColorSpectrum32 s100
  if (exists ch:sample:"255")
    s100 := color_spectrum32 ch:sample:"255"
  else
    s100 := color_spectrum32 ch:sample:"100"
  field Str comment
  field Set:ColorChannel channel
  field Set:Str alias
  field Set:Int grid
  field Str options
  field ColorPrinter printer


method ch s100 -> s100
  arg Data:ColorChannel ch ; arg ColorSpectrum32 s100
  if (exists ch:sample:"255")
    s100 := color_spectrum32 ch:sample:"255"
  else
    s100 := color_spectrum32 ch:sample:"100"