Adjusts the contrast of a color.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Shared Sub AdjustContrastRef( _
   ByRef  As ColorF, _
   ByRef  As ColorF, _
   ByVal  As System.Single _
) 
             
        
            
            public static void AdjustContrastRef( 
   out ColorF ,
   ref ColorF ,
   System.float 
)
             
        
             
        
            パラメータ
- result
 
- The adjusted color.
 - value
 
- The color whose contrast is to be adjusted.
 - contrast
 
- The amount by which to adjust the contrast.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照