MATLAB Function Reference | ![]() ![]() |
Set or query transparency properties for objects in current axes
Syntax
alpha(face_alpha) alpha(alpha_data) alpha(alpha_data_mapping) alpha(object_handle,...)
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:
FaceAlpha
property to the specified value'flat'
- set the FaceAlpha
property to flat
'interp'
- set the FaceAlpha
property to interp
'texture'
- set the FaceAlpha
property to texture
'opaque'
- set the FaceAlpha
property to 1
'clear'
- set the FaceAlpha
property to 0
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:
AlphaData
property to the specified value'x'
- set the AlphaData
property to be the same as XData
'y'
- set the AlphaData
property to be the same as YData
'z'
- set the AlphaData
property to be the same as ZData
'color'
- set the AlphaData
property to be the same as CData
'rand'
- set the AlphaData
property to random valuesAlphaDataMapping
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:
'scaled'
- set the AlphaDataMapping
property to scaled
'direct'
- set the AlphaDataMapping
property to direct
'none'
- set the AlphaDataMapping
property to none
alpha(object_handle,value)
set the transparency property on the object identified by object_handle
.
See Also
Image: FaceAlpha
, AlphaData
, AlphaDataMapping
Patch: FaceAlpha
, AlphaData
, AlphaDataMapping
Surface: FaceAlpha
, AlphaData
, AlphaDataMapping
![]() | allchild | alphamap | ![]() |