!
!  ----------------------------------------------------------------
!               PSEUDO OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   pseudo object.  These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Pseudo" 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 Pseudo object; 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 -> pseudo
!
!   CLASS-SPECIFIC RESOURCES:   pseudoShowPalette
!                               pseudoUpdateOnadd
!                               pseudoUseAlpha
!
!   SUB-PARTS: The sub-parts of the Pseudo object include:
!
!   *Pseudo.palette   /* palette object, 
!                        display color palette for psuedo object           */
!   *Pseudo.red       /* integer object, 
!                        allows user to specify red value                  */
!   *Pseudo.green     /* integer object, 
!                        allows user to specify green value                */
!   *Pseudo.blue      /* integer object, 
!                        allows user to specify blue value                 */
!   *Pseudo.alpha     /* integer object,
!                        allows user to specify alpha channel              */
!
!   You may specify resources for sub-parts of the pseudo object as desired.
!

!
! Corresponding attribute: XVW_PSEUDO_SHOW_PALETTE
! Show the palette?
!
!*Pseudo.pseudoShowPalette: true

!
! Corresponding attribute: XVW_PSEUDO_PALETTE_TYPE
!                          (Setting resource on *Pseudo.palette sub-part)
! Specify palette type as one of:
! KPALETTE_TYPE_COLORBAR   1
! KPALETTE_TYPE_COLORCELL  2
! KPALETTE_TYPE_COLORWHEEL 3
!                     
!*Pseudo.palette.paletteType: 1
!

!
! Corresponding attribute: XVW_PSEUDO_UPDATE_ONADD
! Should pixels immediately change to the color specified by R,G,B
! when they are added to the pseudocolor list?
!
!*Pseudo.pseudoUpdateOnadd: false

!
! Corresponding attribute: XVW_PSEUDO_USE_ALPHA
! Provide integer object to change alpha channel?
!
!*Pseudo.pseudoUseAlpha: false

!
! Corresponding attribute: XVW_BACKGROUND
!                          (setting inherited resources on sub-sub-parts)
! Want the scrollbars of the red, green, and blue integer objects
! to appear in red, green, and blue
!
*Pseudo.red.scrollbar.background:   red
*Pseudo.green.scrollbar.background: green
*Pseudo.blue.scrollbar.background:  blue
