go-hep.org/x/hep@v0.38.1/groot/rcolors/colors.go (about)

     1  // Copyright ©2019 The go-hep Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package rcolors // import "go-hep.org/x/hep/groot/rcolors"
     6  
     7  const (
     8  	White   = 0
     9  	Black   = 1
    10  	Yellow  = 400
    11  	Green   = 416
    12  	Cyan    = 432
    13  	Blue    = 600
    14  	Magenta = 616
    15  	Red     = 632
    16  	Orange  = 800
    17  	Spring  = 820
    18  	Teal    = 840
    19  	Azure   = 860
    20  	Violet  = 880
    21  	Pink    = 900
    22  	Gray    = 920
    23  )