Interface IColor
Assembly: IronPPT.dll
Syntax
Properties
A
Declaration
ColorField A { get; set; }
Property Value
B
Declaration
ColorField B { get; set; }
Property Value
ColorType
Declaration
ColorTypeValues ColorType { get; set; }
Property Value
ColorValue
Declaration
string ColorValue { get; }
Property Value
Type |
Description |
System.String |
|
Complement
Declaration
Nullable<bool> Complement { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
G
Declaration
ColorField G { get; set; }
Property Value
Gamma
Declaration
Nullable<bool> Gamma { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Hue
Declaration
Property Value
Inverse
Declaration
Nullable<bool> Inverse { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
InverseGamma
Declaration
Nullable<bool> InverseGamma { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Luminance
Declaration
Luminance Luminance { get; set; }
Property Value
PresetColorValue
Declaration
PresetColorValues PresetColorValue { get; }
Property Value
R
Declaration
ColorField R { get; set; }
Property Value
Saturation
Declaration
Saturation Saturation { get; set; }
Property Value
SchemaColorValue
Declaration
SchemeColorValues SchemaColorValue { get; }
Property Value
Shade
Declaration
Percentage Shade { get; set; }
Property Value
SystemColorValue
Declaration
SystemColorValues SystemColorValue { get; }
Property Value
ThemeColorValue
Declaration
ThemeColorValues ThemeColorValue { get; }
Property Value
Tint
Declaration
Percentage Tint { get; set; }
Property Value
Methods
Equals(Object)
Declaration
bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
GetBrightness()
Declaration
Returns
Type |
Description |
System.Double |
|
GetHashCode()
Declaration
Returns
Type |
Description |
System.Int32 |
|
GetLuminance()
Declaration
Returns
Type |
Description |
System.Double |
|
ToArgb()
Declaration
Returns
Type |
Description |
System.Int32 |
|
ToHtmlCssColorCode()
Declaration
string ToHtmlCssColorCode()
Returns
Type |
Description |
System.String |
|
ToString()
Declaration
Returns
Type |
Description |
System.String |
|