Variable ColorBlendInfo.blendConstants

struct ColorBlendInfo
{
  // ...
  float[4] blendConstants = [0.0F, 0.0F, 0.0F, 0.0F];
  // ...
}