13 writes to g
PresentationCore (13)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
2202
command.clearColor.
g
= 0.0f;
2326
command.clearColor.
g
= color.ScG;
2408
command.colorKey.
g
= colorKey.ScG;
System\Windows\Media\Composition.cs (1)
17
color.
g
= c.ScG;
System\Windows\Media\Effects\ShaderEffect.cs (9)
875
newVal.r = newVal.
g
= newVal.b = newVal.a = fVal;
881
newVal.
g
= (float)col.G / 255f;
889
newVal.
g
= (float)p.Y;
897
newVal.
g
= (float)s.Height;
905
newVal.
g
= (float)v.Y;
913
newVal.
g
= (float)p.Y;
921
newVal.
g
= (float)v.Y;
929
newVal.
g
= (float)p.Y;
938
newVal.r = newVal.b = newVal.
g
= newVal.a = 1f;
1 reference to g
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (1)
463
return a.GetHashCode() ^ r.GetHashCode() ^
g
.GetHashCode() ^ b.GetHashCode();