ColorScheme.Colors Property
Returns an RGBColor object that represents a single color in a color scheme.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Colors ( _
SchemeColor As PpColorSchemeIndex _
) As RGBColor
Get
'Usage
Dim instance As ColorScheme
Dim SchemeColor As PpColorSchemeIndex
Dim value As RGBColor
value = instance.Colors(SchemeColor)
RGBColor this[
PpColorSchemeIndex SchemeColor
] { get; }
Parameters
- SchemeColor
Type: Microsoft.Office.Interop.PowerPoint.PpColorSchemeIndex
The individual color in the specified color scheme.
Property Value
Type: Microsoft.Office.Interop.PowerPoint.RGBColor