BlendFunction
Members
staticconstantCesium.BlendFunction.CONSTANT_ALPHA : Number
混合因子是常数α。
staticconstantCesium.BlendFunction.CONSTANT_COLOR : Number
混合因子是恒定颜色。
staticconstantCesium.BlendFunction.DESTINATION_ALPHA : Number
混合因子是目标alpha。
staticconstantCesium.BlendFunction.DESTINATION_COLOR : Number
混合因子是目标颜色。
混合因子是1。
staticconstantCesium.BlendFunction.ONE_MINUS_CONSTANT_ALPHA : Number
常数是α减去混合。
staticconstantCesium.BlendFunction.ONE_MINUS_CONSTANT_COLOR : Number
混合因子是1减去恒定颜色。
staticconstantCesium.BlendFunction.ONE_MINUS_DESTINATION_ALPHA : Number
混合因子是1减去目标alpha。
staticconstantCesium.BlendFunction.ONE_MINUS_DESTINATION_COLOR : Number
混合因子是1减去目标颜色。
staticconstantCesium.BlendFunction.ONE_MINUS_SOURCE_ALPHA : Number
混合因子是1减去源alpha。
staticconstantCesium.BlendFunction.ONE_MINUS_SOURCE_COLOR : Number
混合因子是1减去源颜色。
staticconstantCesium.BlendFunction.SOURCE_ALPHA : Number
混合因子是源alpha。
staticconstantCesium.BlendFunction.SOURCE_ALPHA_SATURATE : Number
混合因子是饱和源α。
staticconstantCesium.BlendFunction.SOURCE_COLOR : Number
混合因子是源颜色。
混合因子为零。