3 references to Alpha
Microsoft.ML.ImageAnalytics (3)
VectorToImageTransform.cs (3)
383
if (ex.
Alpha
)
396
if (ex.
Alpha
) alpha = Convert.ToSingle(values[position + cpix * a]);
413
imageData[ix++] = (byte)(ex.
Alpha
? Math.Round(alpha * scale - offset) : 0);