pyvista.Texture.n_components# property Texture.n_components: int[ソース]# 画像内のコンポーネント数を返します. テクスチャでは,RGBやRGBAの画像を表現するために,3成分または4成分が使用されます. 例 例の石造りテクスチャの構成要素数を表示します. >>> from pyvista import examples >>> texture = examples.download_masonry_texture() >>> texture.n_components 3