ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Boolean
    public static System.bool IsSRgb( 
       Format fmt
    )

    Parameters

    fmt
    The Format.

    Return Value

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