!
!  ----------------------------------------------------------------
!               COLOR CLASS APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   color class. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Color" there.
!
!   Note that most of the settings here are commented out. In most cases,
!   we don't *really* want to specify the resource, but rather just want
!   to show how it would be specified *if we did*.  In fact, many of the
!   resource values specified are the default values, so nothing would change
!   in appearance even if you un-commented the lines.  On one hand, we are
!   trying to provide a nice app-defaults file for you to use as a
!   model when specifying resources for the Color class; on the other hand,
!   we don't *actually* want to set resources un-necessarily (it is very
!   expensive to set resources, not something you do unless it is important).
!
!  ----------------------------------------------------------------
!
!   INHERITANCE: manager -> graphics -> color
!
!   CLASS-SPECIFIC RESOURCES:   colorNormType
!                               colorNormUbyte
!                               colorNormMethod
!                               colorPrivateCmap
!
!   SUB-PARTS: The Color class (a class, not an object) has no sub-parts.
!


!
! Corresponding attribute: XVW_COLOR_NORM_TYPE
! See manual for explanation.  Values include:
! 	KCOLOR_NORM_GLOBAL 1
! 	KCOLOR_NORM_LOCAL  2
! 
!*colorNormType: 2

!
! Corresponding attribute: XVW_COLOR_NORM_UBYTE
! Specifies whether unsigned byte data should be normalized.
!
!*colorNormUbyte: true

!
! Corresponding attribute: XVW_COLOR_NORM_METHOD
! See manual for explanation. Values include:
!	KCOLOR_NORM_MAXCOLORS 1
!	KCOLOR_NORM_1STDDEV   2
!	KCOLOR_NORM_2STDDEV   3
!	KCOLOR_NORM_3STDDEV   4
!
!*colorNormMethod: 1

!
! Corresponding attribute: XVW_COLOR_PRIVATE_CMAP
! See manual for explanation.
!
!*colorPrivateCmap: false
