Squeak Class Documentation category index | class index  
 
B3DColor4Array
  category: Balloon3D-Arrays
  superclass: B3DInplaceArray
  subclasses:

I am an inplace storage area for B3DColor4 items used during lighting and shading.

instance methods
  special ops
  +=
add:at:
clampAllFrom:to:
fillWith:

class methods
  instance creation
  contentsClass

instance methods
  special ops top  
 

+=

Add the given color to all the elements in the receiver


 

add:at:


 

clampAllFrom:to:

Clamp all elements in the receiver to be in the range (minValue, maxValue)


 

fillWith:


class methods
  instance creation top  
 

contentsClass