ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / ColorManagementRenderingIntent Enumeration

In This Topic
    ColorManagementRenderingIntent Enumeration
    In This Topic
    D2D1_COLORMANAGEMENT_RENDERING_INTENT
    Syntax
    'Declaration
     
    Public Enum ColorManagementRenderingIntent 
       Inherits System.Enum
    public enum ColorManagementRenderingIntent : System.Enum 
    Members
    MemberDescription
    AbsoluteColorimetricD2D1_COLORMANAGEMENT_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC
    PerceptualD2D1_COLORMANAGEMENT_RENDERING_INTENT_PERCEPTUAL
    RelativeColorimetricD2D1_COLORMANAGEMENT_RENDERING_INTENT_RELATIVE_COLORIMETRIC
    SaturationD2D1_COLORMANAGEMENT_RENDERING_INTENT_SATURATION
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Direct2D.ColorManagementRenderingIntent

    See Also