[][src]Function dcv_color_primitives::initialize

pub fn initialize()

Automatically initializes the library functions that are most appropriate for the current processor type.

You should call this function before calling any other library function

Safety

You can not use any other library function (also in other threads) while the initialization is in progress. Failure to do so result in undefined behaviour

Examples

use dcv_color_primitives as dcp;
dcp::initialize();