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