ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorProfileManager Class / GrayProfile Property




In This Topic
GrayProfile Property
In This Topic
Gets or sets a color profile for Grayscale color space.
Syntax
'Declaration
 
Public Shared Property GrayProfile As ImGearColorProfile
 
'Usage
 
Dim value As ImGearColorProfile
 
ImGearColorProfileManager.GrayProfile = value
 
value = ImGearColorProfileManager.GrayProfile

Property Value

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