ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / FormatHelper Class / IsSRgb Method
The Format.

In This Topic
    IsSRgb Method
    In This Topic
    Determines whether the specified Format is a SRGB format.
    Syntax
    'Declaration
     
    Public Shared Function IsSRgb( _
       ByVal fmt As Format _
    ) As Boolean
    public static bool IsSRgb( 
       Format fmt
    )

    Parameters

    fmt
    The Format.

    Return Value

    true if the specified Format is a SRGB format; otherwise, false.
    See Also