Function Name: Convert Fields To Color Data

Definition

Converts the fields of a Color Data subclass to the corresponding SE_COLOR_DATA data structure.

Returns

SE_DRM_SUCCESS - and updates field_ptr, if valid parameters were passed in.

SE_DRM_NULL_REQUIRED_PARAMETER - and no changes are made, if field_ptr is NULL or color_ptr is NULL.

SE_DRM_FAILURE - and no changes are made, if field_ptr does not represent a subclass of Color Data.

Prototype


extern SE_DRM_STATUS_CODE_ENUM
SE_ConvertFieldsToColorData
(
SE_FIELDS_PTR field_ptr, (notes)
SE_COLOR_DATA *color_ptr (notes)
);

Parameters Notes

field_ptr

 fields to be converted

color_ptr

 to receive the converted output

Prev: Convert Coord To Fields. Next: Convert Fields To Coord. Up:Index.