Click or drag to resize

ColorFormat Properties

The ColorFormat type exposes the following members.

Properties
Name Description
Public property B
Gets or sets the blue component of a color. Read/write Byte .
Public property Brightness
Get or set the brightness of the color. The value between -1 and 1.
Public property Color
Gets or Sets RGB colors. Read/write Color .
Public property ColorType
Gets or sets color type.
Public property G
Gets or sets the green component of a color. Read/write Byte .
Public property Hue
Gets or sets the hue component of a color in HSL representation. Read/write Single .
Public property KnownColor
Gets or sets the color preset. Read/write KnownColor .
Public property Luminance
Gets or sets the luminance component of a color in HSL representation. Read/write Single .
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Public property R
Gets or sets the red component of a color. All color transformations are ignored. Read/write Byte .
Protected property ReferenceCount (Inherited from PptObject .)
Public property Saturation
Gets or sets the saturation component of a color in HSL representation. Read/write Single .
Public property SchemeColor
Gets or sets the color identified by a color scheme. Read/write SchemeColor .
Public property SystemColor
Gets or sets the color identified by the system color table. Read/write SystemColor .
Public property Transparency
Get or set the transparency of the color. The value between 0 and 1.
Top
See Also