Aurigma Graphics Mill 5.5 for .NET
ColorManagementProvider..::.ConvertToContinuous Method
Applies color conversion between various color spaces.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Sub ConvertToContinuous ( _ colorSpace As ColorSpace, _ hasAlpha As Boolean, _ isExtended As Boolean _ )
C#
public void ConvertToContinuous( ColorSpace colorSpace, bool hasAlpha, bool isExtended )
Parameters
- colorSpace
-
Type: Aurigma.GraphicsMill..::.ColorSpace
ColorSpace value specifying target color space.
- hasAlpha
-
Type: System..::.Boolean
Value specifying if to add (or remove) alpha channel.
- isExtended
-
Type: System..::.Boolean
Value specifying if to convert to the extended pixel format (16 bits per channel).