Click or drag to resize

ColorValuePowered Structure

Represents a color in the form of RGBA with power component.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.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
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldColor
Public fieldStatic memberOne
Public fieldPower
Public fieldStatic memberZero
Top
Extension Methods
See Also