Click or drag to resize
AB4D logo

ExtentionsToPremultipliedColor3 Method

Overload List
  NameDescription
Public methodStatic memberToPremultipliedColor3(Color)
Converts WPF Color to premultipled SharpDX Color3 (premultipled color is color where R, G and B color values are multiplied with alpha value)
Public methodStatic memberToPremultipliedColor3(Color, Single)
Converts WPF Color to premultipled SharpDX Color3 (premultipled color is color where R, G and B color values are multiplied with alpha value)
Top
See Also