Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OGLTexture1D Class / OGLTexture1D Constructor / OGLTexture1D Constructor(Color[])

In This Topic
    OGLTexture1D Constructor(Color[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal colorTable() As Color _
    )
    public OGLTexture1D( 
       Color[] colorTable
    )

    Parameters

    colorTable
    See Also