Click or drag to resize

Color2 Structure

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public struct Color2

The Color2 type exposes the following members.

Constructors
  NameDescription
Public methodColor2
Initializes a new instance of the Color2 class
Top
Properties
  NameDescription
Public propertyA
Public propertyB
Public propertyG
Public propertyIsEmpty
Public propertyR
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldargb
Public fieldStatic memberEmpty
Top
See Also