ColorInfo Constructor TIBCO Spotfire 7.6 API Reference
Overload List

  Name Description
Public method ColorInfo(Int32)
Initializes a new instance of the ColorInfo struct from an integer value.
Public method ColorInfo(ColorInfo, Single)
Initializes a new instance of the ColorInfo struct using another one as source but with a new alpha. Clamps the alpha to [0, 1].
Public method ColorInfo(Int32, Int32, Int32)
Initializes a new instance of the ColorInfo struct. Clamps the color components to the range [0, 255] and sets alpha to 1.
Public method ColorInfo(Byte, Byte, Byte, Byte)
Initializes a new instance of the ColorInfo struct.
Public method ColorInfo(Byte, Byte, Byte, Single)
Initializes a new instance of the ColorInfo struct. Clamps the alpha to [0, 1].
Public method ColorInfo(Int32, Int32, Int32, Single)
Initializes a new instance of the ColorInfo struct. Clamps the color components to the range [0, 255] and alpha to [0, 1].
Top
See Also

Reference