Click or drag to resize

Color4f Structure

Color defined by 4 floating point values.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
[SerializableAttribute]
public struct Color4f : ISerializable

The Color4f type exposes the following members.

Constructors
  NameDescription
Public methodColor4f(Color)
Initializes a new instance of the Color4f class
Public methodColor4f(Color4f)
Initializes a new instance of the Color4f class
Public methodColor4f(Int32)
Initializes a new instance of the Color4f class
Public methodColor4f(Single, Single, Single, Single)
Initializes a new instance of the Color4f class
Top
Properties
  NameDescription
Public propertyA
Public propertyB
Public propertyStatic memberBlack
Public propertyStatic memberEmpty
Public propertyG
Public propertyL
Public propertyR
Public propertyStatic memberWhite
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also