ImageEditor.st
changeset 1967 c95484b7da49
parent 1966 274324851cfd
child 1969 f1763f6f4500
equal deleted inserted replaced
1966:274324851cfd 1967:c95484b7da49
  2958         colorMapModeKey := 'masked'.
  2958         colorMapModeKey := 'masked'.
  2959     ] ifFalse:[
  2959     ] ifFalse:[
  2960         colorMapModeKey := 'depth'.
  2960         colorMapModeKey := 'depth'.
  2961     ].
  2961     ].
  2962     colorMapModeKey := colorMapModeKey , image depth printString.
  2962     colorMapModeKey := colorMapModeKey , image depth printString.
  2963     colorMapMode setValue:colorMapModeKey.
  2963     self colorMapMode setValue:colorMapModeKey.
  2964 
  2964 
  2965     listOfColors := self listOfColors.
  2965     listOfColors := self listOfColors.
  2966 
  2966 
  2967     image depth > 12 ifTrue:[
  2967     image depth > 12 ifTrue:[
  2968         listOfColors removeAll.
  2968         listOfColors removeAll.