Sets the texture for the selection indicator on the color picker's hue/saturation wheel
Signature:
ColorSelect:SetColorWheelThumbTexture(texture)
or
ColorSelect:SetColorWheelThumbTexture("filename")
Arguments:
texture
- Reference to an existingTexture
object (texture
)filename
- Path to a texture image file (string
)