// Copyright 2003, Trustees of Indiana University // Please see the license in the file ../LICENSE public enum ColorValue { white = 0, gray = 1, black = 2 }