Detailed Description

Holds a colour.

Inheritance diagram for Values.ColourValue:
Values.PropertyValue

Public Member Functions

 ColourValue ()
 
 ColourValue (Color32 value)
 
 ColourValue (string hexString)
 
override int GetID ()
 
override PropertyValue Create ()
 
override PropertyValue Copy ()
 
override void Read (Reader reader)
 
override void Write (Writer writer)
 

Package Attributes

Color Value_
 

Properties

Color Value [get, set]
 
- Properties inherited from Values.PropertyValue
bool ResolveRequired [get]
 

Additional Inherited Members

- Public Attributes inherited from Values.PropertyValue
bool Changed =true
 True if the value got changed. More...
 
int UnresolvedID =-1
 

Constructor & Destructor Documentation

Values.ColourValue.ColourValue ( )
inline
Values.ColourValue.ColourValue ( Color32  value)
inline
Values.ColourValue.ColourValue ( string  hexString)
inline

Member Function Documentation

override PropertyValue Values.ColourValue.Copy ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override PropertyValue Values.ColourValue.Create ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override int Values.ColourValue.GetID ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override void Values.ColourValue.Read ( Reader  reader)
inlinevirtual

Reimplemented from Values.PropertyValue.

override void Values.ColourValue.Write ( Writer  writer)
inlinevirtual

Reimplemented from Values.PropertyValue.

Member Data Documentation

Color Values.ColourValue.Value_
package

Property Documentation

Color Values.ColourValue.Value
getset