Click or drag to resize

ColorByte Constructor

Overload List
  NameDescription
Public methodColorByte(UInt32)
Constructs an RGBA color from a packed value. The value is a 32-bit unsigned integer, with R in the least significant octet.
Public methodColorByte(ColorValue)
Initializes a new instance of the ColorByte class
Public methodColorByte(ColorValue)
Initializes a new instance of the ColorByte class
Public methodColorByte(Vector3)
Constructs an RGBA color from the XYZ unit length components of a vector. Alpha value will be opaque.
Public methodColorByte(Vector3F)
Constructs an RGBA color from the XYZ unit length components of a vector. Alpha value will be opaque.
Public methodColorByte(Vector4)
Constructs an RGBA color from the XYZW unit length components of a vector.
Public methodColorByte(Vector4F)
Constructs an RGBA color from the XYZW unit length components of a vector.
Public methodColorByte(Byte, Byte, Byte, Byte)
Constructs an RGBA color from scalars representing red, green, blue and alpha values.
Public methodColorByte(Int32, Int32, Int32, Int32)
Constructs an RGBA color from scalars representing red, green, blue and alpha values.
Public methodColorByte(Single, Single, Single, Single)
Constructs an RGBA color from scalars representing red, green, blue and alpha values.
Top
See Also