Click or drag to resize

MCGUIColorScope Class

Disposable helper class for managing GUI.color scope.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UserInterfaceMCGUIColorScope

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public sealed class ColorScope : IDisposable

The MCGUIColorScope type exposes the following members.

Constructors
  NameDescription
Public methodMCGUIColorScope(Single)
Initializes a new instance of the MCGUIColorScope class.
Public methodMCGUIColorScope(Color)
Initializes a new instance of the MCGUIColorScope class.
Public methodMCGUIColorScope(Single, Single, Single, Single)
Initializes a new instance of the MCGUIColorScope class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
See Also