Class ColorTypeConverter

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
C#
Copy
public class ColorTypeConverter : TypeConverter
Inheritance
ColorTypeConverter

Methods

View Source

ConvertFromInvariantString(String)

Declaration
C#
Copy
public override object ConvertFromInvariantString(string value)
Parameters
Type Name Description
String value
Returns
Type Description
Object
Overrides
View Source

ConvertToString(Object)

Declaration
C#
Copy
public override string ConvertToString(object value)
Parameters
Type Name Description
Object value
Returns
Type Description
String
Overrides
View Source

FromRgb(Int32, Int32, Int32)

Declaration
C#
Copy
public static Color FromRgb(int r, int g, int b)
Parameters
Type Name Description
Int32 r
Int32 g
Int32 b
Returns
Type Description
Color
View Source

FromRgba(Int32, Int32, Int32, Int32)

Declaration
C#
Copy
public static Color FromRgba(int r, int g, int b, int a)
Parameters
Type Name Description
Int32 r
Int32 g
Int32 b
Int32 a
Returns
Type Description
Color

Extension Methods