6 references to NumChannels
PresentationCore (6)
System\Windows\Media\Color.cs (4)
59
c1.nativeColorValue = new float[c1.context.
NumChannels
];
423
c1.nativeColorValue = new float[c1.context.
NumChannels
];
542
c1.nativeColorValue = new float[c1.context.
NumChannels
];
651
c1.ComputeNativeValues(c1.context.
NumChannels
);
System\Windows\Media\ColorContext.cs (1)
318
return (UInt32)_colorTypeFromChannels[
NumChannels
];
System\Windows\Media\Parsers.cs (1)
146
if (result.ColorContext.
NumChannels
!= values.Length)