ColorFormat Class |
Namespace: Spire.Presentation.Drawing
The ColorFormat type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
B |
Gets or sets the blue component of a color.
Read/write
Byte
.
|
|
|
Brightness |
Get or set the brightness of the color.
The value between -1 and 1.
|
|
|
Color |
Gets or Sets RGB colors.
Read/write
Color
.
|
|
|
ColorType |
Gets or sets color type.
|
|
|
G |
Gets or sets the green component of a color.
Read/write
Byte
.
|
|
|
Hue |
Gets or sets the hue component of a color in HSL representation.
Read/write
Single
.
|
|
|
KnownColor |
Gets or sets the color preset.
Read/write
KnownColor
.
|
|
|
Luminance |
Gets or sets the luminance component of a color in HSL representation.
Read/write
Single
.
|
|
|
Parent |
Reference to Parent object. Read-only.
(Inherited from
PptObject
.)
|
|
|
R |
Gets or sets the red component of a color. All color transformations are ignored.
Read/write
Byte
.
|
|
|
ReferenceCount | (Inherited from PptObject .) |
|
|
Saturation |
Gets or sets the saturation component of a color in HSL representation.
Read/write
Single
.
|
|
|
SchemeColor |
Gets or sets the color identified by a color scheme.
Read/write
SchemeColor
.
|
|
|
SystemColor |
Gets or sets the color identified by the system color table.
Read/write
SystemColor
.
|
|
|
Transparency |
Get or set the transparency of the color.
The value between 0 and 1.
|
| Name | Description | |
|---|---|---|
|
|
AddReference | (Inherited from PptObject .) |
|
|
CheckDisposed | (Inherited from PptObject .) |
|
|
Dispose |
Dispose object and free resources.
(Inherited from
PptObject
.)
|
|
|
Equals |
Indicates whether the two ColorFormat instances are equal.
(Overrides
Object
Equals(Object)
.)
|
|
|
Finalize | (Inherited from PptObject .) |
|
|
FindParent(Type) | (Inherited from PptObject .) |
|
|
FindParent( Type ) | (Inherited from PptObject .) |
|
|
FindParent(Type, Boolean) | (Inherited from PptObject .) |
|
|
FindParents | (Inherited from PptObject .) |
|
|
GetHashCode | (Overrides Object GetHashCode .) |
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
OnDispose |
Method which can be overriden by users to take any specific actions when
object is disposed.
(Inherited from
PptObject
.)
|
|
|
ReleaseReference | (Inherited from PptObject .) |
|
|
SetParent | (Inherited from PptObject .) |
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
|
|
m_bIsDisposed | (Inherited from PptObject .) |