com.aspose.slides
Interface IDuotoneEffectiveData

All Known Implementing Classes:
DuotoneEffectiveData

public interface IDuotoneEffectiveData

Immutable object which represents a Duotone effect. For each pixel, combines clr1 and clr2 through a linear interpolation to determine the new color for that pixel.


Method Summary
 java.awt.Color getColor1()
           Returns target color format for dark pixels.
 java.awt.Color getColor2()
           Returns target color format for light pixels.
 

Method Detail

getColor1

java.awt.Color getColor1()

Returns target color format for dark pixels. Read-only java.awt.Color.


getColor2

java.awt.Color getColor2()

Returns target color format for light pixels. Read-only java.awt.Color.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.