ColorFormatColor Property |
Returns resulting color (with all color transformations applied).
Sets RGB colors and clears all color transformations.
Read/write
Color.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Color Color { get; set; }
Public Property Color As Color
Get
Set
public:
virtual property Color Color {
Color get () sealed;
void set (Color value) sealed;
}
abstract Color : Color with get, set
override Color : Color with get, set
Property Value
Type:
ColorImplements
IColorFormatColor
See Also