public class ColorOffset extends java.lang.Object implements IColorOffset
Represent color offset.
Constructor and Description |
---|
ColorOffset() |
Modifier and Type | Method and Description |
---|---|
float |
getValue0()
Defines first value of offset.
|
float |
getValue1()
Defines second value of offset.
|
float |
getValue2()
Defines third value of offset.
|
void |
setValue0(float value)
Defines first value of offset.
|
void |
setValue1(float value)
Defines second value of offset.
|
void |
setValue2(float value)
Defines third value of offset.
|
public final float getValue0()
Defines first value of offset.
Read/write float
.
getValue0
in interface IColorOffset
public final void setValue0(float value)
Defines first value of offset.
Read/write float
.
setValue0
in interface IColorOffset
public final float getValue1()
Defines second value of offset.
Read/write float
.
getValue1
in interface IColorOffset
public final void setValue1(float value)
Defines second value of offset.
Read/write float
.
setValue1
in interface IColorOffset
public final float getValue2()
Defines third value of offset.
Read/write float
.
getValue2
in interface IColorOffset
public final void setValue2(float value)
Defines third value of offset.
Read/write float
.
setValue2
in interface IColorOffset