BlendFunction

确定如何计算混合因子。

Members

static constant Cesium.BlendFunction.CONSTANT_ALPHA : Number

混合因子是常数alpha。

static constant Cesium.BlendFunction.CONSTANT_COLOR : Number

混合因子是恒定的颜色。

static constant Cesium.BlendFunction.DESTINATION_ALPHA : Number

混合因子是目标alpha。

static constant Cesium.BlendFunction.DESTINATION_COLOR : Number

混合因子是目标颜色。

static constant Cesium.BlendFunction.ONE : Number

混合因子为1。

static constant Cesium.BlendFunction.ONE_MINUS_CONSTANT_ALPHA : Number

混合因子为1减去常数alpha。

static constant Cesium.BlendFunction.ONE_MINUS_CONSTANT_COLOR : Number

混合因子是1减去恒定颜色。

static constant Cesium.BlendFunction.ONE_MINUS_DESTINATION_ALPHA : Number

混合因子是1减去目标alpha。

static constant Cesium.BlendFunction.ONE_MINUS_DESTINATION_COLOR : Number

混合因子是1减去目标颜色。

static constant Cesium.BlendFunction.ONE_MINUS_SOURCE_ALPHA : Number

混合因子是1减去源alpha。

static constant Cesium.BlendFunction.ONE_MINUS_SOURCE_COLOR : Number

混合因子是一减去源颜色。

static constant Cesium.BlendFunction.SOURCE_ALPHA : Number

混合因子是源alpha。

static constant Cesium.BlendFunction.SOURCE_ALPHA_SATURATE : Number

混合因子是饱和源alpha。

static constant Cesium.BlendFunction.SOURCE_COLOR : Number

混合因子是源颜色。

static constant Cesium.BlendFunction.ZERO : Number

混合因子为零。