Click or drag to resize

ColorWithTransparencyConverter Class

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

Namespace:  RhinoInside.Revit.Convert.System.Drawing
Assembly:  RhinoInside.Revit (in RhinoInside.Revit.dll) Version: 1.7.8130
Syntax
public static class ColorWithTransparencyConverter

The ColorWithTransparencyConverter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleToColor
Converts the specified Autodesk.Revit.DB.Color to an equivalent Color.
Public methodStatic memberCode exampleToColorWithTransparency
Converts the specified Color to an equivalent Autodesk.Revit.DB.ColorWithTransparency.
Top
See Also