ImageGear .NET - Updated October 26, 2017
RgbProfile Property




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearColorProfileManager Class : RgbProfile Property
Gets or sets global RGB color profile to use for implicit color space conversions when global profiles are enabled.
Syntax
'Declaration
 
Public Shared Property RgbProfile As ImGearColorProfile
 
'Usage
 
Dim value As ImGearColorProfile
 
ImGearColorProfileManager.RgbProfile = value
 
value = ImGearColorProfileManager.RgbProfile

Property Value

ImGearColorProfile class object.
Remarks
The default value is null.
See Also

Reference

ImGearColorProfileManager Class
ImGearColorProfileManager Members
ImGearColorProfile Class