DictionaryForumContacts

   English
Terms for subject Microsoft containing alpha | all forms | exact matches only
EnglishRussian
alpha blendingальфа-смешение (In computer graphics, a technique that causes a foreground image to appear partially transparent over a background image. The technique blends the background image with partially transparent pixels in the foreground image by performing a weighted average of the color components of the two images)
alpha channelальфа-канал (The opacity of an image defined by an alpha value per pixel interleaved with the color components (for example ARGB) an alpha value per pixel stored in a separate alpha surface or a constant alpha value for the entire surface)
alpha maskальфа-маска (A path or shape that is applied to another object. The transparent portions of the path represent areas where the underlying image is hidden, whereas the opaque portions of the mask indicate where the masked object is allowed)
alpha premultipliedс предварительным умножением альфа-канала (Pertaining to the technique of scaling the three color components of a sample by alpha before storing their values. This saves many mathematical steps when alpha blending two images. For the PMARGB32 pixel format, all color values are alpha premultiplied)
alpha testальфа-тест (A type of post-pixel blending operation which allows applications to control when pixels are written to the render target)
alpha valueальфа-фактор
alpha versionальфа-версия (A very early release of a product to get preliminary feedback about the feature set and usability)
red, green, blue, alphaмодель RGBA (A model that augments the red, green, blue (RGB) method of combining colors in light-based media, with a fourth color component, alpha, which is used to control color blending. In Open GL, an alpha value of 1.0 corresponds to complete opacity and a value of 0.0 corresponds to complete transparency)