Click or drag to resize

ColorValue Structure

Represents a color in the form of RGBA.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisColorValue

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct ColorValue

The ColorValue type exposes the following members.

Constructors
 NameDescription
Public methodColorValue(ColorByte)Initializes a new instance of the ColorValue class
Public methodColorValue(ColorValue)Initializes a new instance of the ColorValue class
Public methodColorValue(Vector3)Initializes a new instance of the ColorValue class
Public methodColorValue(Vector3F)Initializes a new instance of the ColorValue class
Public methodColorValue(Vector4)Initializes a new instance of the ColorValue class
Public methodColorValue(Vector4F)Initializes a new instance of the ColorValue class
Public methodColorValue(Double, Double, Double, Double)Initializes a new instance of the ColorValue class
Public methodColorValue(Single, Single, Single, Single)Initializes a new instance of the ColorValue class
Top
Properties
 NameDescription
Public propertyItem 
Top
Methods
Operators
Fields
 NameDescription
Public fieldAlpha 
Public fieldBlue 
Public fieldGreen 
Public fieldStatic memberOne 
Public fieldRed 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also