template<typenameT>uint32u32_rgbx_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint32u32_xrgb_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint32u32_bgrx_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint32u32_xbgr_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint32u32_rgba_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint32u32_argb_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint32u32_bgra_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint32u32_abgr_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint64u64_rgbx_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint64u64_xrgb_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint64u64_bgrx_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint64u64_xbgr_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint64u64_rgba_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint64u64_argb_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint64u64_bgra_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>uint64u64_abgr_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>f16f16_channel_cast(Ta);//!< \brief Conversion of a u8 or u16 value to a single channel floating value. (From GLM_GTX_color_cast extension)
template<typenameT>f16vec3f16_rgbx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f16vec3f16_xrgb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f16vec3f16_bgrx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f16vec3f16_xbgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f16vec4f16_rgba_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f16vec4f16_argb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f16vec4f16_bgra_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f16vec4f16_abgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f32f32_channel_cast(Ta);//!< \brief Conversion of a u8 or u16 value to a single channel floating value. (From GLM_GTX_color_cast extension)
template<typenameT>f32vec3f32_rgbx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f32vec3f32_xrgb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f32vec3f32_bgrx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f32vec3f32_xbgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f32vec4f32_rgba_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f32vec4f32_argb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f32vec4f32_bgra_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f32vec4f32_abgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f64f64_channel_cast(Ta);//!< \brief Conversion of a u8 or u16 value to a single channel floating value. (From GLM_GTX_color_cast extension)
template<typenameT>f64vec3f64_rgbx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f64vec3f64_xrgb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f64vec3f64_bgrx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f64vec3f64_xbgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f64vec4f64_rgba_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f64vec4f64_argb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f64vec4f64_bgra_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>f64vec4f64_abgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenamevalType>
GLM_DEPRECATEDuint8u8channel_cast(valTypea);
template<typenameT>
GLM_DEPRECATEDuint32u32_rgbx_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint32u32_xrgb_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint32u32_bgrx_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint32u32_xbgr_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint32u32_rgba_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint32u32_argb_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint32u32_bgra_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint32u32_abgr_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 32bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint64u64_rgbx_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint64u64_xrgb_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint64u64_bgrx_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint64u64_xbgr_cast(constdetail::tvec3<T,P>&c);//!< \brief Conversion of a 3 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint64u64_rgba_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint64u64_argb_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint64u64_bgra_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDuint64u64_abgr_cast(constdetail::tvec4<T,P>&c);//!< \brief Conversion of a 4 components color into an 64bit unsigned int value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32f32_channel_cast(Ta);//!< \brief Conversion of a u8 or u16 value to a single channel floating value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32vec3f32_rgbx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32vec3f32_xrgb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32vec3f32_bgrx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32vec3f32_xbgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32vec4f32_rgba_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32vec4f32_argb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32vec4f32_bgra_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf32vec4f32_abgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64f64_channel_cast(Ta);//!< \brief Conversion of a u8 or u16 value to a single channel floating value. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64vec3f64_rgbx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64vec3f64_xrgb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64vec3f64_bgrx_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64vec3f64_xbgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 3 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64vec4f64_rgba_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64vec4f64_argb_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64vec4f64_bgra_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)
template<typenameT>
GLM_DEPRECATEDf64vec4f64_abgr_cast(Tc);//!< \brief Conversion of a u32 or u64 color into 4 components floating color. (From GLM_GTX_color_cast extension)