Determines whether the specified 
Formatis a SRGB format.
 
            
            
            
            
            
            
            
            '宣言
 
Public Shared Function IsSRgb( _
   ByVal  As Format _
) As System.Boolean
             
        
            
            public static System.bool IsSRgb( 
   Format 
)
             
        
             
        
            パラメータ
- fmt
 
- The Format.
 
            
            戻り値の型
trueif the specified 
Formatis a SRGB format; otherwise, 
false.