Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
iwiColorToPlanes
Syntax
IW_DECL(int) iwiColorToPlanes(
IwiColorFmt color
);
Parameters
color |
Color format. |
Description
This function converts IwColorFmt to the number of planes required to store an image.
Return Values
Number of planes in the specified color format. If the color format is undefined, returns 0.
Parent topic: Color Conversion