Click or drag to resize

Color Class

[Missing <summary> documentation for "T:Livit.Learn.Model.Color"]

Inheritance Hierarchy
SystemObject
  Livit.Learn.ModelColor

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class Color

The Color type exposes the following members.

Constructors
  NameDescription
Public methodColor
Initializes a new instance of the Color class
Public methodColor(Single, Single, Single)
Initializes a new instance of the Color class
Public methodColor(Single, Single, Single, Single)
Initializes a new instance of the Color class
Top
Properties
Methods
Operators
  NameDescription
Public operatorStatic memberAddition
Add each member of one color with each member of another color, respectively
Public operatorStatic memberMultiply(Color, Double)
Public operatorStatic memberMultiply(Color, Single)
Multiplies color using a floating number, all member of Color will be multiplied this way
Top
Fields
  NameDescription
Public fieldStatic memberEpsilon
Top
See Also