ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / C1Colors Class / ToOle Method / ToOle(Byte,Byte,Byte) Method

In This Topic
    ToOle(Byte,Byte,Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToOle( _
       ByVal r As System.Byte, _
       ByVal g As System.Byte, _
       ByVal b As System.Byte _
    ) As System.Integer
    public static System.int ToOle( 
       System.byte r,
       System.byte g,
       System.byte b
    )

    Parameters

    r
    g
    b
    See Also