MATLAB Function Reference    
alpha

Set or query transparency properties for objects in current axes

Syntax

Description

alpha sets one of three transparency properties, depending on what arguments you specify with the call to this function.

FaceAlpha

alpha(face_alpha) set the FaceAlpha property of all image, patch, and surface objects in the current axes. You can set face_alpha to:

AlphaData

alpha(alpha_data) sets the AlphaData property of all image, patch, and surface objects in the current axes. You can set alpha_data to:

AlphaDataMapping

alpha(alpha_data_mapping) sets the AlphaDataMapping property of all image, patch, and surface objects in the current axes. You can set alpha_data_mapping to:

alpha(object_handle,value) set the transparency property on the object identified by object_handle.

See Also

alim, alphamap

Image: FaceAlpha, AlphaData, AlphaDataMapping

Patch: FaceAlpha, AlphaData, AlphaDataMapping

Surface: FaceAlpha, AlphaData, AlphaDataMapping


 allchild alphamap