Click or drag to resize

ProfileFlags Enumeration

Bit flags containing hints that the CMM uses to interpret the profile data.

Namespace:  Atalasoft.Imaging.ColorManagement
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[FlagsAttribute]
public enum ProfileFlags
Members
  Member nameDescription
EmbeddedProfile The profile is embedded in a bitmap file.
DependentOnData The profile can't be used independently of the embedded color data. Used for profiles that are embedded in bitmap files
See Also