Click or drag to resize

ColorProperty Class

[Missing <summary> documentation for "T:Demo3D.Utilities.ColorProperty"]

Inheritance Hierarchy
SystemObject
  Demo3D.UtilitiesColorProperty

Namespace: Demo3D.Utilities
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class ColorProperty

The ColorProperty type exposes the following members.

Constructors
 NameDescription
Public methodColorPropertyInitializes a new instance of the ColorProperty class
Public methodColorProperty(Color)Initializes a new instance of the ColorProperty class
Public methodColorProperty(Int32, Int32, Int32, Int32)Initializes a new instance of the ColorProperty class
Top
Properties
 NameDescription
Public propertyA 
Public propertyB 
Public propertyG 
Public propertyR 
Top
Methods
 NameDescription
Public methodToColor 
Public methodToString
(Overrides ObjectToString)
Top
See Also