ColorFormat Class |
Namespace: Aspose.Slides
The ColorFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from PVIObject.) |
![]() | B |
Returns or sets the blue component of a color. All color transformations are ignored.
Read/write Byte.
|
![]() | Color |
Returns resulting color (with all color transformations applied).
Sets RGB colors and clears all color transformations.
Read/write Color.
|
![]() | ColorTransform |
Returns the collection of color transformations applied to a color.
Read-only IColorOperationCollection.
|
![]() | ColorType |
Returns or sets the color definition method.
Read/write ColorType.
|
![]() | FloatB |
Returns or sets the blue component of a color. All color transformations are ignored.
Read/write Single.
|
![]() | FloatG |
Returns or sets the green component of a color. All color transformations are ignored.
Read/write Single.
|
![]() | FloatR |
Returns or sets the red component of a color. All color transformations are ignored.
Read/write Single.
|
![]() | G |
Returns or sets the green component of a color. All color transformations are ignored.
|
![]() | Hue |
Returns or sets the hue component of a color in HSL representation.
All color transformations are ignored.
Read/write Single.
|
![]() | Luminance |
Returns or sets the luminance component of a color in HSL representation.
All color transformations are ignored.
Read/write Single.
|
![]() | PresetColor |
Returns or sets the color preset.
Read/write PresetColor.
|
![]() | R |
Returns or sets the red component of a color. All color transformations are ignored.
Read/write Byte.
|
![]() | Saturation |
Returns or sets the saturation component of a color in HSL representation.
All color transformations are ignored.
Read/write Single.
|
![]() | SchemeColor |
Returns or sets the color identified by a color scheme.
Read/write SchemeColor.
|
![]() | SystemColor |
Returns or sets the color identified by the system color table.
Read/write SystemColor.
|
Name | Description | |
---|---|---|
![]() | CopyFrom |
Copy color format from "color".
|
![]() | Equals |
Checks for equality with specified object.
(Overrides PVIObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns hash code.
(Overrides PVIObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToString(ColorStringFormat) |
Returns a String that represents the current color format.
|