ImageData::IsFormatCompressed

ImageData::IsFormatCompressed
static bool IsFormatCompressed(ImageFormat format);
Description

IsFormatCompressed determines if the format of the image is in compressed format or not.

Parameters
Parameters 
Description 
ImageFormat format 
The format of the image, See ImageFormat
Return Value

A Boolean value of true if the image format is one of the compressed format and false otherwise.