Sets the geometry colors on the specified range.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub SetColors( _
   ByVal () As Byte, _
   ByVal  As Integer, _
   ByVal  As Integer _
) 
             
        
            
            'Usage
 
Dim instance As ImGearVectorEntityGeometry
Dim colors() As Byte
Dim start As Integer
Dim end As Integer
 
instance.SetColors(colors, start, end)
             
        
            
            public void SetColors( 
   byte[] ,
   int ,
   int 
)
             
        
            
            public: void SetColors( 
   byte[]* ,
   int ,
   int 
) 
             
        
            
            public:
void SetColors( 
   array<byte>^ ,
   int ,
   int 
) 
             
        
             
        
            Parameters
- colors
 
- Buffer with the new colors.
 - start
 
- The start position of the color to be set.
 - end
 
- The end position of the color to be set.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also