IColorFormatColor 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: 21.1.0.0 (21.1)
SyntaxColor Color { get; set; }
Property Color As Color
Get
Set
property Color Color {
Color get ();
void set (Color value);
}
abstract Color : Color with get, set
Property Value
Type:
Color
See Also