Determines whether the specified
Format is a SRGB format.
'Declaration
Public Shared Function IsSRgb( _
ByVal As Format _
) As System.Boolean
public static System.bool IsSRgb(
Format
)
Parameters
- fmt
- The Format.
Return Value
true
if the specified
Format is a SRGB format; otherwise,
false
.