# File rbSnack/tkSnackUtil.rb, line 330
    def getNextColour 
       @nextColour=@nextColour+1
       @nextColour=0 if @nextColour>=@colours.length
       return @colours[@nextColour]
    end