Click or drag to resize

ColorValuePowered Structure

Represents a color in the form of RGBA with power component.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisColorValuePowered

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

The ColorValuePowered type exposes the following members.

Constructors
 NameDescription
Public methodColorValuePowered(ColorValue)Initializes a new instance of the ColorValuePowered class
Public methodColorValuePowered(ColorValuePowered)Initializes a new instance of the ColorValuePowered class
Public methodColorValuePowered(Vector3)Initializes a new instance of the ColorValuePowered class
Public methodColorValuePowered(Vector3F)Initializes a new instance of the ColorValuePowered class
Public methodColorValuePowered(Vector4)Initializes a new instance of the ColorValuePowered class
Public methodColorValuePowered(Vector4F)Initializes a new instance of the ColorValuePowered class
Public methodColorValuePowered(ColorValue, Single)Initializes a new instance of the ColorValuePowered class
Public methodColorValuePowered(Double, Double, Double, Double, Double)Initializes a new instance of the ColorValuePowered class
Public methodColorValuePowered(Single, Single, Single, Single, Single)Initializes a new instance of the ColorValuePowered class
Top
Properties
 NameDescription
Public propertyAlpha 
Public propertyBlue 
Public propertyGreen 
Public propertyItem 
Public propertyRed 
Top
Methods
Operators
Fields
 NameDescription
Public fieldColor 
Public fieldStatic memberOne 
Public fieldPower 
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