Axiom.Media.PixelUtil.GetFormatName C# (CSharp) Method

GetFormatName() public static method

public static GetFormatName ( PixelFormat format ) : string
format PixelFormat
return string
		public static string GetFormatName( PixelFormat format )
		{
			return PixelConverter.GetDescriptionFor( format ).name;
		}