ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF Structure / ToVector3 Method

In This Topic
    ToVector3 Method
    In This Topic
    Converts the color into a three component vector.
    Syntax
    'Declaration
     
    Public Function ToVector3() As Vector3
    public Vector3 ToVector3()

    Return Value

    A three component vector containing the red, green, and blue components of the color.
    See Also