How to create diamond markers?

What is the method to generate diamond markers?

Standard Aruco’s can be made using the generateImageMarker() class function, but how to generate the diamond markers? I can’t seem to find an equivalent function for creating them.

So I’m able to generate them manually using the CharucoBoard constructor, size 3x3; there is no easier way to make them?