Class BackgroundAttribute
Inheritance
System.Object
BackgroundAttribute
Assembly: Eco.Shared.dll
Syntax
public class BackgroundAttribute : Attribute
Constructors
BackgroundAttribute(Single, Single, Single)
Declaration
public BackgroundAttribute(float r, float g, float b)
Parameters
Type |
Name |
Description |
System.Single |
r |
|
System.Single |
g |
|
System.Single |
b |
|
BackgroundAttribute(String)
Declaration
public BackgroundAttribute(string hex)
Parameters
Type |
Name |
Description |
System.String |
hex |
|
Fields
Color
Declaration
Field Value
Extension Methods