'Declaration Public Shared Sub AssignProfile( _ ByVal colorSpace As ImGearColorSpaceIDs, _ ByVal colorProfile As ImGearColorProfile _ )
'Usage Dim colorSpace As ImGearColorSpaceIDs Dim colorProfile As ImGearColorProfile ImGearColorProfileManager.AssignProfile(colorSpace, colorProfile)
public static void AssignProfile( ImGearColorSpaceIDs colorSpace, ImGearColorProfile colorProfile )
public: static void AssignProfile( ImGearColorSpaceIDs colorSpace, ImGearColorProfile* colorProfile )
public: static void AssignProfile( ImGearColorSpaceIDs colorSpace, ImGearColorProfile^ colorProfile )
Parameters
- colorSpace
 - Color space.
 - colorProfile
 - Color profile.