ColorOffset
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IColorOffset
public class ColorOffset implements IColorOffset
Represent color offset.
Constructors
Constructor | Description |
---|---|
ColorOffset() |
Methods
Method | Description |
---|---|
getValue0() | Defines first value of offset. |
setValue0(float value) | Defines first value of offset. |
getValue1() | Defines second value of offset. |
setValue1(float value) | Defines second value of offset. |
getValue2() | Defines third value of offset. |
setValue2(float value) | Defines third value of offset. |
ColorOffset()
public ColorOffset()
getValue0()
public final float getValue0()
Defines first value of offset. Read/write float.
Returns: float
setValue0(float value)
public final void setValue0(float value)
Defines first value of offset. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
getValue1()
public final float getValue1()
Defines second value of offset. Read/write float.
Returns: float
setValue1(float value)
public final void setValue1(float value)
Defines second value of offset. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
getValue2()
public final float getValue2()
Defines third value of offset. Read/write float.
Returns: float
setValue2(float value)
public final void setValue2(float value)
Defines third value of offset. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |