SPColor members
Represents a color scheme as described in an SPColor XML file. Describes color slots
The SPColor type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccessibleDescription | A textual description of the colors in the preview slots of this color palette. | |
Colors | The color slots in this palette | |
PreviewSlot1 | The color palette slot to use in the first preview slot in UI. | |
PreviewSlot2 | The color palette slot to use in the second preview slot in UI. | |
PreviewSlot3 | The color palette slot to use in the third preview slot in UI. | |
ServerRelativeUrl | The server-relative URL of this color palette if it was opened from a document library, or null otherwise. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetColorPalettesFromFolder | Gets the color palettes in a given folder | |
GetColorShadeByName | Get a color from this palette by its name | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Open(SPFile) | Opens an SPColor file given an SPFile | |
Open(SPFile, Boolean) | Opens an SPColor file given an SPFile | |
ToString | (Inherited from Object.) |
Top