ColorInfo Constructor

Spotfire 14.3 API Reference
Overload List

  NameDescription
Public methodColorInfo(Int32)
Initializes a new instance of the ColorInfo struct from an integer value.
Public methodColorInfo(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 methodColorInfo(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 methodColorInfo(Byte, Byte, Byte, Byte)
Initializes a new instance of the ColorInfo struct.
Public methodColorInfo(Byte, Byte, Byte, Single)
Initializes a new instance of the ColorInfo struct. Clamps the alpha to [0, 1].
Public methodColorInfo(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