Property nType of interface IColor returns/sets Value of ColorType containing the type of the color that is being stored.
HRESULT get_Type([out, retval] ColorType* nType); HRESULT put_Type([in] ColorType nType);
IColor