ColorFormat.RGB Property
Returns or sets the red-green-blue (RGB) value of the specified color. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property RGB As Integer
Get
Set
'Usage
Dim instance As ColorFormat
Dim value As Integer
value = instance.RGB
instance.RGB = value
int RGB { get; set; }
Property Value
Type: System.Int32