10 writes to b
PresentationCore (10)
System\Windows\Media\Color.cs (10)
52
c1.scRgbColor.
b
= 0.0f;
135
c1.scRgbColor.
b
= sRgbToScRgb(c1.sRgbColor.b);
152
c1.scRgbColor.
b
= b;
184
c1.scRgbColor.
b
= sRgbToScRgb(b);
369
scRgbColor.
b
= (scRgbColor.b < 0) ? 0 : (scRgbColor.b > 1.0f) ? 1.0f : scRgbColor.b;
479
c1.scRgbColor.
b
= sRgbToScRgb(c1.sRgbColor.b);
598
c1.scRgbColor.
b
= sRgbToScRgb(c1.sRgbColor.b);
884
scRgbColor.
b
= sRgbToScRgb(value);
988
scRgbColor.
b
= value;
1106
this.scRgbColor.
b
= sRgbToScRgb((byte)((255.0f * scRGBValue[2]) + 0.5f));
19 references to b
PresentationCore (19)
System\Windows\Media\Color.cs (19)
106
c1.sRgbColor.b = ScRgbTosRgb(c1.scRgbColor.
b
);
166
c1.sRgbColor.b = ScRgbTosRgb(c1.scRgbColor.
b
);
189
c1.sRgbColor.b = ScRgbTosRgb(c1.scRgbColor.
b
);
290
separator, scRgbColor.a, scRgbColor.r, scRgbColor.g, scRgbColor.
b
);
349
result = result && FloatUtil.AreClose(scRgbColor.
b
, color.scRgbColor.
b
);
369
scRgbColor.b = (scRgbColor.
b
< 0) ? 0 : (scRgbColor.
b
> 1.0f) ? 1.0f : scRgbColor.
b
;
374
sRgbColor.b = ScRgbTosRgb(scRgbColor.
b
);
414
color1.scRgbColor.
b
+ color2.scRgbColor.
b
);
528
color1.scRgbColor.
b
- color2.scRgbColor.
b
640
Color c1 = FromScRgb(color.scRgbColor.a * coefficient, color.scRgbColor.r * coefficient, color.scRgbColor.g * coefficient, color.scRgbColor.
b
* coefficient);
725
if (color1.scRgbColor.
b
!= color2.scRgbColor.
b
)
981
return scRgbColor.
b
;
1151
return a.GetHashCode() ^ r.GetHashCode() ^ g.GetHashCode() ^
b
.GetHashCode();