Aspose::Email::Clients::Google::Colors Class Reference

Set of colors for calendar object More...

Inherits Object.

Public Member Functions

System::String get_Background () const
 The background color associated with this color definition. More...
 
void set_Background (System::String value)
 The background color associated with this color definition. More...
 
System::String get_Foreground () const
 The foreground color that can be used to write on top of a background with 'background' color. More...
 
void set_Foreground (System::String value)
 The foreground color that can be used to write on top of a background with 'background' color. More...
 
 Colors ()
 Initializes a new instance of the Colors class. More...
 
 Colors (System::String background, System::String foreground)
 Initializes a new instance of the Colors class. More...
 
System::String ToString () const override
 Returns a String which represents the object instance. More...
 

Detailed Description

Set of colors for calendar object

Constructor & Destructor Documentation

◆ Colors() [1/2]

Aspose::Email::Clients::Google::Colors::Colors ( )

Initializes a new instance of the Colors class.

◆ Colors() [2/2]

Aspose::Email::Clients::Google::Colors::Colors ( System::String  background,
System::String  foreground 
)

Initializes a new instance of the Colors class.

Parameters
backgroundThe background color associated with this color definition.
foregroundThe foreground color that can be used to write on top of a background with 'background' color.

Member Function Documentation

◆ get_Background()

System::String Aspose::Email::Clients::Google::Colors::get_Background ( ) const

The background color associated with this color definition.

◆ get_Foreground()

System::String Aspose::Email::Clients::Google::Colors::get_Foreground ( ) const

The foreground color that can be used to write on top of a background with 'background' color.

◆ set_Background()

void Aspose::Email::Clients::Google::Colors::set_Background ( System::String  value)

The background color associated with this color definition.

◆ set_Foreground()

void Aspose::Email::Clients::Google::Colors::set_Foreground ( System::String  value)

The foreground color that can be used to write on top of a background with 'background' color.

◆ ToString()

System::String Aspose::Email::Clients::Google::Colors::ToString ( ) const
override

Returns a String which represents the object instance.

Returns
Returns a String which represents the object instance.