| PaletteEntry.PaletteEntry Constructor | Language: | 
      
      
      Initializes a new instance of the PaletteEntry class.
      Definition
      
        
          
            | Visual Basic | Public Sub New( _ ByVal red As Byte, _
 ByVal green As Byte, _
 ByVal blue As Byte, _
 ByVal flags As Byte _
 )
 | 
          
            | C# | public  PaletteEntry( byte red,
 byte green,
 byte blue,
 byte flags
 );
 | 
          
            | C++ | public: PaletteEntry(
 unsigned char red,
 unsigned char green,
 unsigned char blue,
 unsigned char flags
 );
 | 
          
            | JScript | public function PaletteEntry( red : byte,
 green : byte,
 blue : byte,
 flags : byte
 );
 | 
        
      
      Parameters
      
        
          
            | red | System.Byte Red intensity value for the palette entry.
 | 
          
            | green | System.Byte Green intensity value for the palette entry.
 | 
          
            | blue | System.Byte Blue intensity value for the palette entry.
 | 
          
            | flags | System.Byte Alpha intensity value for the palette entry.
 | 
        
      
      
      Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
      
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center