Click or drag to resize

ColorConverter Class

Converter to convert Color values to and from Autodesk.Revit.DB.Color.
Inheritance Hierarchy
SystemObject
  RhinoInside.Revit.Convert.System.Windows.MediaColorConverter

Namespace:  RhinoInside.Revit.Convert.System.Windows.Media
Assembly:  RhinoInside.Revit (in RhinoInside.Revit.dll) Version: 1.7.8130
Syntax
public static class ColorConverter
Methods
  NameDescription
Public methodStatic memberCode exampleToColor(Color)
Converts the specified Autodesk.Revit.DB.Color to an equivalent Color.
Public methodStatic memberCode exampleToColor(Color)
Converts the specified Color to an equivalent Autodesk.Revit.DB.Color.
Top
See Also