Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure contains key fields associated with a foreground or background coloris used to represent a color.

Format


Panel
titlePwsColor
  • PwsColor
    • B: Byte
    • G: Byte
    • R: Byte

Elements


Element

Data Type

Required?

Description

Sample Data

B

Byte

 Yes

The blue light component of a color scheme.

255

G

Byte

Yes 

The green light component of a color scheme.

255 

R

Byte

Yes 

The red light component of a color scheme.

0

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                 <a:ColorMapBackgroundColor xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:B>255</b:B>
                     <b:G>255</b:G>
                     <b:R>0</b:R>
                  </a:ColorMapBackgroundColor>

...