Number of channels (always 3 for BGR). 通道数(BGR 固定为 3)。
(&self)
| 106 | /// Number of channels (always 3 for BGR). |
| 107 | /// 通道数(BGR 固定为 3)。 |
| 108 | pub fn channels(&self) -> u32 { |
| 109 | self.channels |
| 110 | } |
| 111 | |
| 112 | /// Row step in bytes. |
| 113 | /// 行步长(字节)。 |
nothing calls this directly
no outgoing calls
no test coverage detected