k1 property

A constant used for arithmetic composite operations. In arithmetic composite operations, k1 is evaluated in the equation k1*i1*i2 + k2*i1 + k3*i2 + k4, where i1 and i2 are pixels from two sources.

This property is read-only.

Scalable Vector Graphics: Filter Effects, Section 15.25.11Internet Explorer 10

 

Syntax

HRESULT get_k1(
  [out] SVGAnimatedNumber **k1
);

Property values

Type: SVGAnimatedNumber

Floating-point value between 0 and 1.

Standards information

See also

ISVGFECompositeElement::k4
ISVGFECompositeElement::k2
ISVGFECompositeElement::k3

 

 

Show: