2025.3 Class
Changes 0
C

ColorWithTransparency

Description:
Color with transparency
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ColorWithTransparency
public class ColorWithTransparency : IDisposable
Name Return Type Description Inherited From
C ColorWithTransparency() None color
C ColorWithTransparency(UInt32, UInt32, UInt32, UInt32) None color
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ColorWithTransparency
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetBlue() UInt32 get blue
M GetColor() Color get color
M GetGreen() UInt32 get green
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetRed() UInt32 get red
M GetTransparency() UInt32 get transparency
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetBlue(UInt32) None set blue
M SetColor(Color) None set color
M SetGreen(UInt32) None set green
M SetRed(UInt32) None set red
M SetTransparency(UInt32) None set transparency
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.